The StandardLog class outputs the log messages on the stdout device and optionally also on a specified file.
More...
#include <Log.hpp>
List of all members.
Detailed Description
The StandardLog class outputs the log messages on the stdout device and optionally also on a specified file.
Member Function Documentation
| virtual const char* vl::StandardLog::className |
( |
) |
[inline, virtual] |
Returns the name of the class.
Reimplemented from vl::Log.
| void StandardLog::setLogFile |
( |
const String & |
file ) |
|
| const String& vl::StandardLog::logFile |
( |
) |
const [inline] |
| void StandardLog::printImplementation |
( |
ELogLevel |
level, |
|
|
const String & |
message |
|
) |
| [protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Log.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Log.cpp