|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.directj.jlogger.LogManager | +--net.directj.jlogger.HtmlLogManager
This class is a html log manager, with special output and formatter for creating an Html file.
Field Summary | |
private static Formatter |
htmlFormat
The formatter. |
Fields inherited from class net.directj.jlogger.LogManager |
|
Constructor Summary | |
HtmlLogManager(int _level)
Creates a new HtmlLogManager, with the specified logging level. |
|
HtmlLogManager(int _level,
java.lang.String _name)
Creates a new HtmlLogManager, with the specified logging level. |
|
HtmlLogManager(int _level,
java.lang.String _name,
boolean _append)
Creates a new HtmlLogManager, with the specified logging level. |
Methods inherited from class net.directj.jlogger.LogManager |
equals, hashCode, log |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static Formatter htmlFormat
Constructor Detail |
public HtmlLogManager(int _level)
_level
- The logging level.public HtmlLogManager(int _level, java.lang.String _name)
_level
- The logging level._name
- The file name.public HtmlLogManager(int _level, java.lang.String _name, boolean _append)
_level
- The logging level._name
- The file name._append
- Indicates if we append the output to the file or create a new one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |