Class Logger
Abstract base class for all loggers
Inherits from
-
Object
(base class)
Fields
Name | Type | Description |
---|---|---|
minLevel
|
LogLevel |
Methods
Name | Description |
---|---|
acceptsLevel
|
|
beginLine
|
Starts a new log line.
|
endLine
|
Finalizes a log line.
|
log
|
Legacy logging interface relying on dynamic memory allocation. |
put
|
Writes part of a log line message.
|
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.