#include <stlib/StreamDecorator.h>
#include <stlib/SequenceableCollection.h>
#include <stlib/String.h>
#include <stlib/os/Semaphore.h>
Include dependency graph for LogWriter.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Tools |
Enumerations | |
enum | LogVerbosityLevel { LogNone, LogError, LogWarning, LogInfo, LogTraffic, LogDebug } |
|
Definition at line 35 of file LogWriter.h. 00035 { 00036 LogNone, LogError, LogWarning, LogInfo, LogTraffic, LogDebug 00037 };
|