B2R2


ILogger Type

Basic logging facility.

Instance members

Instance member Description

this.Log(arg1, ?lev)

Full Usage: this.Log(arg1, ?lev)

Parameters:
Modifiers: abstract

Log string (without newline).

arg0 : string
?lev : LogLevel

this.LogLine(arg1, ?lev)

Full Usage: this.LogLine(arg1, ?lev)

Parameters:
Modifiers: abstract

Log string with a new line.

arg0 : string
?lev : LogLevel