Go to the source code of this file.
|
Function prototype for a log handler A log handler is responsible for processing a log message. Log level filtering is done before the handlers are called. A log handler will only be called if a log message's priority is equal or higher than the log handler's priority.
|
|
|
Perror equivalent.message Message text. Prints a log message which consists of a message text and the description of the last error encountered, separated by a colon.
|
|
Translates a string to a log level.
|
|
Writes a log message.
|