Class and Description |
---|
it.andynaz.log.Config
Use the
ConfigMgr class to have a
configuration for the whole application and not just for the "andyLog"
project; this class will be removed in future version. |
it.andynaz.utils.UtilsXML |
Method and Description |
---|
it.andynaz.log.Logger.getPrefix()
this method will be joined int the
Logger.getPrefix(Level)
method in future release |
Constructor and Description |
---|
it.andynaz.log.FileLogger(Config)
Use
FileLogger.FileLogger(Properties) instead; this method will
be removed in future release. |
it.andynaz.log.FileLogger(String, Config)
Use
FileLogger.FileLogger(String, Properties) instead; this
method will be removed in future release. |
it.andynaz.log.Logger(Config)
Use
Logger.Logger(Properties) instead; this method will be
removed in future release. |
it.andynaz.log.Logger(String, Config)
Use
Logger.Logger(String, Properties) instead; this method
will be removed in future release. |
Enum Constant and Description |
---|
it.andynaz.log.Level.FINEST
by now it is the same value of the
Level.FINE level; this
level will be removed in future release |
it.andynaz.log.Level.SEVERE
by now it is the same value of the
Level.SEVERE level; this
level will be removed in future release |
© 2013 andynaz - http://andynaz.altervista.org