Macro BOOST_LOG_DECLARE_WLOGGER_MT
BOOST_LOG_DECLARE_WLOGGER_MT — The macro declares a wide-char thread-safe logger class that inherits a number of base classes. 
 
Synopsis
BOOST_LOG_DECLARE_WLOGGER_MT(type_name, base_seq)
Description
Equivalent to BOOST_LOG_DECLARE_LOGGER_TYPE(type_name, wchar_t, base_seq, multi_thread_model< shared_mutex >)
| 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  |  |