NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
logger 成员列表

成员的完整列表,这些成员属于 logger,包括所有继承而来的类成员

add_context(const string &key, string value)logger
add_sink(shared_ptr< log_sink > sink)logger
clear_context()logger
debug(string msg, string file, string func, int line)loggerinline
enable_async(bool async)logger
error(string msg, string file, string func, int line)loggerinline
fatal(string msg, string file, string func, int line)loggerinline
flush()logger
info(string msg, string file, string func, int line)loggerinline
instance()loggerinlinestatic
log(log_level level, string msg, string file, string func, int line)logger
remove_context(const string &key)logger
set_filter(function< bool(const log_event &)> filter)logger
set_level(log_level level)logger
trace(string msg, string file, string func, int line)loggerinline
warn(string msg, string file, string func, int line)loggerinline
~logger()logger