Class

LogLevel

LogLevel()

The log levels to log at.
Constructor

# new LogLevel()

View Source logging/LogService.ts, line 7

Classes

LogLevel

Members

# DEBUG

The DEBUG channel

View Source logging/LogService.ts, line 17

# ERROR

The ERROR channel

View Source logging/LogService.ts, line 29

# INFO

The INFO channel

View Source logging/LogService.ts, line 21

# TRACE

The TRACE channel

View Source logging/LogService.ts, line 13

# WARN

The WARN channel

View Source logging/LogService.ts, line 25

# static DEBUG

The DEBUG channel

View Source logging/LogService.ts, line 180

# static ERROR

The ERROR channel

View Source logging/LogService.ts, line 195

# static INFO

The INFO channel

View Source logging/LogService.ts, line 185

# static TRACE

The TRACE channel

View Source logging/LogService.ts, line 175

# static WARN

The WARN channel

View Source logging/LogService.ts, line 190