Class HTMLLogger
Logger implementation for logging to an HTML file with dynamic filtering support.
Constructors
Name | Description |
---|---|
this
(filename)
|
Fields
Name | Type | Description |
---|---|---|
minLevel
|
LogLevel | |
multilineLogger
|
bool | Whether the logger can handle multiple lines in a single beginLine/endLine. |
Properties
Name | Type | Description |
---|---|---|
minLogLevel [set]
|
LogLevel |
Methods
Name | Description |
---|---|
beginLine
(msg)
|
|
endLine
()
|
Finalizes a log line. |
put
(text)
|
Writes part of a log line message. |
acceptsLevel
(value)
|
|
beginLine
(line_info)
|
Starts a new log line. |
log
(line)
|
Legacy logging interface relying on dynamic memory allocation. |