Class | Description |
---|---|
MessageOnlyFormatter |
Formatter that ONLY outputs the message.
|
OneLineFormatter |
Formatter that produced logging output like:
foo.class method LogLevel: message
No Date/Time info is printed - also no new line before the loglevel.
|
OneLineShortFormatter |
Formatter that produced logging output like:
LogLevel: message
No Date/Time info is printed - also no new line before the loglevel.
|
Copyright © 2012. All Rights Reserved.