Enumeration LogLevel

Expand description

A log level to configure the logger.

Enumeration Members§

§

Debug = 1

§

Error = 4

§

Info = 2

§

Trace = 0

§

Warn = 3