Logger.this

Default constructor

struct Logger
this
(
string name
,
string output = ""
,)

Parameters

name string

The name of the application

output string

Output file. Leave empty if console is used (Default = "")

level LogLevel

The log level of the logger. The logger won't log anything lower than this level (Default = LogLevel.WARNING)

Meta