C++ API
JAVA API
Python API
C API
Defined in File logging.h
LogWriter defines interface for log message output. This class is not expected for directly use, use MS_LOG instead.
Public Functions
Create a LogWriter with the given log level, file name, line number and function name.
level – [in] The log level.
file – [in] The file name.
line – [in] The line number.
func – [in] The function name.
Destructor for LogWriter.
Public Static Functions
Check whether the given log level is enabled or not.
True if the log level is enabled, false otherwise.