If no logging system is enabled, then this call does nothing.
The most common DRAMA logging system is GitLogger(3). Normally the application initialises GitLogger(), which tells DRAMA to use GitLogger(3) to write log messages.
> | level | char | The logging level to be assoicated with this
message. If one of the specified levels is enabled
then the message is written to the log file (as
determined by the loging system. The suppored
levels are
|
---|---|---|---|
-startup | Message is a task startup/initialise log message. |
---|---|
-inst | Message concerns running instrumentation. |
-user1 | User defined level 1. |
-user2 | User defined level 2. |
-all | Always log this message to the file. |
> | prefix | char | A prefix string for the message, indicating say
the library concerned.
|
---|---|---|---|
> | message | char | The message to log.
|
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au