Class FileLogger
Plain-text based logger for logging to regular files or stdout/stderr
Inherits from
-
Logger
(base class)
Constructors
Name | Description |
---|---|
this
|
|
this
|
Fields
Name | Type | Description |
---|---|---|
format
|
FileLogger |
|
infoFormat
|
FileLogger |
|
minLevel
|
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. |
Enums
Name | Description |
---|---|
Format
|
The log format used by the FileLogger
|
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.