Lightstreamer C++ Client SDK
Loading...
Searching...
No Matches
ConsoleLoggerProvider.h File Reference
#include "Lightstreamer/LoggerProvider.h"
#include <map>
#include <memory>

Go to the source code of this file.

Classes

class  Lightstreamer::ConsoleLoggerProvider
 Simple concrete logging provider that logs on the system console. More...
 

Enumerations

enum class  Lightstreamer::ConsoleLogLevel {
  Trace = 0 , Debug = 10 , Info = 20 , Warn = 30 ,
  Error = 40 , Fatal = 50
}
 Logging level. More...
 

Enumeration Type Documentation

◆ ConsoleLogLevel

enum class Lightstreamer::ConsoleLogLevel
strong

Logging level.

Enumerator
Trace 

Trace logging level.

This level enables all logging.

Debug 

Debug logging level.

This level enables all logging except tracing.

Info 

Info logging level.

This level enables logging for information, warnings, errors and fatal errors.

Warn 

Warn logging level.

This level enables logging for warnings, errors and fatal errors.

Error 

Error logging level.

This level enables logging for errors and fatal errors.

Fatal 

Fatal logging level.

This level enables logging for fatal errors only.