Class HTMLLogger
Logger
implementation for logging to an HTML file with dynamic filtering support.
Inherits from
-
Logger
(base class)
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
minLevel
|
LogLevel |
Properties
Name | Type | Description |
---|---|---|
minLogLevel
[set]
|
LogLevel |
Methods
Name | Description |
---|---|
beginLine
|
|
endLine
|
Finalizes a log line.
|
put
|
Writes part of a log line message.
|
acceptsLevel
|
|
beginLine
|
Starts a new log line.
|
log
|
Legacy logging interface relying on dynamic memory allocation. |
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.