Contiki 2.5
|
Implementation of the logging subsystemMore...
Go to the source code of this file.
Functions | |
const char * | logging_dom2str (uint8_t logdom) |
Convert the log domain symbol to a string. More... | |
const char * | logging_level2str (uint8_t logl) |
Convert the log level symbol to a string. More... | |
void | logging_init (void) |
Initialize the logging subsystem. More... | |
void | logging_domain_level_set (uint8_t logdom, uint8_t sdom, uint8_t logl) |
Set the verbosity of the logging domain. More... | |
void | logging_logfn (uint8_t logdom, uint8_t sdom, uint8_t logl, const char *fmt,...) |
Log a message. More... | |
Implementation of the logging subsystem
Definition in file logging.c.