Contiki 2.5
Functions
logging.h File Reference

    Header file for the logging subsystem
More...

#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...
 

Detailed Description

    Header file for the logging subsystem
Author
Daniel Willmann danie.nosp@m.l@to.nosp@m.talue.nosp@m.berw.nosp@m.achun.nosp@m.g.de

Definition in file logging.h.