XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
log.hpp File Reference

runtime logging to various destinations More...

+ Include dependency graph for log.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::log
 

Namespaces

 xtd
 The main namespace of the XTL library.
 

Macros

#define DBG(...)   xtd::log::get().write(xtd::log::type::debug, here(), __VA_ARGS__)
 
#define ERR(...)   xtd::log::get().write(xtd::log::type::error, here(), __VA_ARGS__)
 
#define FATAL(...)   xtd::log::get().write(xtd::log::type::fatal, here(), __VA_ARGS__)
 
#define INFO(...)   xtd::log::get().write(xtd::log::type::info, here(), __VA_ARGS__)
 
#define WARNING(...)   xtd::log::get().write(xtd::log::type::warning, here(), __VA_ARGS__)
 

Detailed Description

runtime logging to various destinations

Definition in file log.hpp.