Home | History | Annotate | Download | only in include

Lines Matching full:logger

40  * The logging API is composed of a Logger.
41 * A Logger is an object who implements an API to actually write log messages.
42 * The logging API uses the logger when logging is to be performed but does
46 * API is compared with the current stack-trace level. If the logger's log
48 * message is being logged through the use of the Logger. Otherwise, the
65 * @param self the Logger.
78 * buffering is performed by the logger.
80 * @param self the Logger
87 * Destroys the logger. This function is responsible to deallocate any
88 * resources used by the logger. In particular, if buffering is internally
126 * @param logger The logger to be used to output the messages. If NULL, then
135 PORTABLE_API ESR_ReturnCode PLogInit(PLogger *logger, unsigned int logLevel);
225 * Creates a logger that logs to a file.
228 * @param logger logger handle receiving the created logger.
234 PLogger** logger);
237 * Creates a logger that logs to a circular file.
241 * @param logger logger handle receiving the created logger.
248 PLogger** logger);