Home | History | Annotate | Download | only in include

Lines Matching full:logging

36  * Logging API.
40 * The logging API is composed of a Logger.
42 * The logging API uses the logger when logging is to be performed but does
45 * When a request for logging is performed, the current level of the logging
51 * setting the log level of the API to 0 is equivalent to disabling logging globally.
58 * Portable logging framework.
123 * logging can take place. PtrdInit() must be called before this function on
127 * logging goes to PSTDERR.
129 * @param logLevel The level of logging requested.
154 * Shutdowns the LOG library. Once this function is called, no logging
164 * Sets the format of the logging messages. If this function is never called,
279 * Macro used to have logging enabled on debug build only.