|
andyLib v0.9 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
---|---|
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
|
Deprecated Methods | |
---|---|
it.andynaz.log.Logger.getPrefix()
this method will be joined int the Logger.getPrefix(Level)
method in future release |
Deprecated Constructors | |
---|---|
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. |
Deprecated Enum Constants | |
---|---|
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 |
|
andyLib v0.9 | ||||||||
PREV NEXT | FRAMES NO FRAMES |