- Level - Enum in it.andynaz.log
-
Levels for logs.
- Level(int, String) - Constructor for enum it.andynaz.log.Level
-
- level - Variable in enum it.andynaz.log.Level
-
Numeric value of the level.
- level - Variable in class it.andynaz.log.Logger
-
Indicates the level of the logging.
- list() - Static method in class it.andynaz.config.ConfigMgr
-
List all the parameters currently stored.
- list() - Method in class it.andynaz.log.Config
-
Deprecated.
List all the properties on the standard output.
- log(String, Level) - Method in class it.andynaz.log.FileLogger
-
Writes the log.
- log(Exception, Level) - Method in class it.andynaz.log.FileLogger
-
Writes the log of an exception with a specificied level.
- log(String, Level) - Method in class it.andynaz.log.Logger
-
Writes a log with a specified level.
- log(String) - Method in class it.andynaz.log.Logger
-
Writes a log.
- log(Exception) - Method in class it.andynaz.log.Logger
-
Writes the log of an exception.
- log(Exception, Level) - Method in class it.andynaz.log.Logger
-
Writes the log of an exception with a specificied level.
- logFile - Variable in class it.andynaz.log.FileLogger
-
File in which write the logs.
- Logger - Class in it.andynaz.log
-
Base logger.
- Logger(String, Config) - Constructor for class it.andynaz.log.Logger
-
- Logger(String, Properties) - Constructor for class it.andynaz.log.Logger
-
Creates a Logger with a name and a specified configuration.
- Logger(String) - Constructor for class it.andynaz.log.Logger
-
Creates a logger with a name.
- Logger(Config) - Constructor for class it.andynaz.log.Logger
-
- Logger(Properties) - Constructor for class it.andynaz.log.Logger
-
Creates a logger with a configuration.
- Logger() - Constructor for class it.andynaz.log.Logger
-
Creates a logger.
- LoggerMgr - Class in it.andynaz.log
-
This class let you create a "default" logger.
- LoggerMgr() - Constructor for class it.andynaz.log.LoggerMgr
-