|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Config | |
---|---|
it.andynaz.log | Contains classes to do simple logging. |
Uses of Config in it.andynaz.log |
---|
Fields in it.andynaz.log declared as Config | |
---|---|
private static Config |
Config.conf
Shared configuration. |
Methods in it.andynaz.log that return Config | |
---|---|
static Config |
Config.getConfig()
Returns the shared configuration. |
Constructors in it.andynaz.log with parameters of type Config | |
---|---|
FileLogger(Config conf)
Creates a FileLogger with a configuration. |
|
FileLogger(String name,
Config conf)
Creates a FileLogger with a name and a configuration. |
|
Logger(Config conf)
Creates a logger with a configuration. |
|
Logger(String name,
Config conf)
Creates a Logger with a name and a specified configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |