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 LevelLevel.ALLstatic LevelLevel.DEBUGstatic LevelLevel.ERRORstatic LevelLevel.FATALstatic LevelLevel.INFOstatic LevelLevel.OFFstatic LevelLevel.TRACEstatic LevelLevel.WARNMethods in us.irdev.bedrock.logger that return LevelMethods in us.irdev.bedrock.logger with parameters of type LevelModifier and TypeMethodDescriptionstatic Levelstatic LoggerLogManager.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)