Contiki 2.5
|
Header file for the logging subsystemMore...
#include <stdio.h>
Go to the source code of this file.
Functions | |
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... | |
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... | |
Header file for the logging subsystem
Definition in file logging.h.