runtime logging to various destinations
More...
Go to the source code of this file.
|
| xtd |
| The main namespace of the XTL library.
|
|
|
#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__) |
|
runtime logging to various destinations
- Copyright
- David Mott (c) 2016. Distributed under the Boost Software License Version 1.0. See LICENSE.md or http://boost.org/LICENSE_1_0.txt for details.
Definition in file log.hpp.