Contiki 2.5
Functions
logging.c File Reference

    Implementation of the logging subsystem
More...

#include "logging.h"
#include "list.h"
#include "contiki-conf.h"
#include <string.h>

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

Detailed Description

    Implementation of 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.c.