Header menu logo B2R2

ILogger Type

Basic logging facility.

Instance members

Instance member Description

this.Log

Full Usage: this.Log

Parameters:
Modifiers: abstract

Write a log message (without newline). If the given verbosity level (lvl) is lower than it of the logger's, this will print out the given message. If the logger's verbosity level is L4, then this function will always print out messages regardless of the given `lvl`.

arg0 : string
?lvl : LogLevel

this.LogLine

Full Usage: this.LogLine

Parameters:
Modifiers: abstract

Write a log message with a newline. If the given verbosity level (lvl) is lower than it of the logger's, this will print out the given message. If the logger's verbosity level is L4, then this function will always print out messages regardless of the given `lvl`.

arg0 : string
?lvl : LogLevel

Type something to start searching.