net.sourceforge.acelogger.constants
Class FormatterConstants
java.lang.Object
net.sourceforge.acelogger.constants.FormatterConstants
public final class FormatterConstants
- extends Object
This class defines constants related to Formatter
.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Zardi (https://sourceforge.net/users/daniel_zardi)
Field Summary |
static Formatter |
EMPTY
A formatter that do nothing. |
static String |
NEW_LINE
The string used by the system to indicate a new line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final Formatter EMPTY
- A formatter that do nothing. Suitable to be used when the log is disabled.
NEW_LINE
public static final String NEW_LINE
- The string used by the system to indicate a new line.
Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.