Uses of Class
us.irdev.bedrock.logger.Level
Package
Description
A simple library for writing log output to a file, to replace the Log4J dependency.
-
Uses of Level in us.irdev.bedrock.logger
Modifier and TypeFieldDescriptionstatic Level
Level.ALL
static Level
Level.DEBUG
static Level
Level.ERROR
static Level
Level.FATAL
static Level
Level.INFO
static Level
Level.OFF
static Level
Level.TRACE
static Level
Level.WARN
Modifier and TypeMethodDescriptionstatic Level
static Logger
LogManager.getLogger
(Class theClass, Level level, String configuration, PrintStream out) ModifierConstructorDescriptionLogger
(String name, Level level, String configuration, PrintStream out)