Uses of Class
us.irdev.bedrock.logger.Level
Packages that use 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
Fields in us.irdev.bedrock.logger declared as LevelModifier 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
Methods in us.irdev.bedrock.logger that return LevelMethods in us.irdev.bedrock.logger with parameters of type LevelModifier and TypeMethodDescriptionstatic Level
static Logger
LogManager.getLogger
(Class theClass, Level level, String configuration, PrintStream out) Constructors in us.irdev.bedrock.logger with parameters of type LevelModifierConstructorDescriptionLogger
(String name, Level level, String configuration, PrintStream out)