Macro BOOST_LOG_DECLARE_WLOGGER
BOOST_LOG_DECLARE_WLOGGER — The macro declares a wide-char logger class that inherits a number of base classes.
Synopsis
BOOST_LOG_DECLARE_WLOGGER(type_name, base_seq)
Description
Equivalent to BOOST_LOG_DECLARE_LOGGER_TYPE(type_name, wchar_t, base_seq, single_thread_model)
Parameters: |
base_seq
|
A Boost.Preprocessor sequence of type identifiers of the base classes templates |
type_name
|
The name of the logger class to declare |
|