Quantum 3 3.0.1

Static Public Attributes | List of all members
Quantum.InternalLogStreams Class Reference

Provides static log streams for different log levels. More...

Static Public Attributes

static DebugLogStream LogDebug
 Debug log stream. More...
 
static LogStream LogError
 Error log stream. More...
 
static LogStream LogException
 Exception log stream. More...
 
static LogStream LogInfo
 Info log stream. More...
 
static LogStream LogWarn
 Warning log stream. More...
 

Detailed Description

Provides static log streams for different log levels.

Member Data Documentation

◆ LogDebug

DebugLogStream Quantum.InternalLogStreams.LogDebug
static

Debug log stream.

◆ LogInfo

LogStream Quantum.InternalLogStreams.LogInfo
static

Info log stream.

◆ LogWarn

LogStream Quantum.InternalLogStreams.LogWarn
static

Warning log stream.

◆ LogError

LogStream Quantum.InternalLogStreams.LogError
static

Error log stream.

◆ LogException

LogStream Quantum.InternalLogStreams.LogException
static

Exception log stream.