Uses of Enum
com.blackrook.engine.EngineLoggingFactory.LogLevel
Packages that use EngineLoggingFactory.LogLevel
Package
Description
Contains the main parts of the engine.
Contains adapter classes for most roles.
-
Uses of EngineLoggingFactory.LogLevel in com.blackrook.engine
Subclasses with type arguments of type EngineLoggingFactory.LogLevel in com.blackrook.engineMethods in com.blackrook.engine that return EngineLoggingFactory.LogLevelModifier and TypeMethodDescriptionEngineLoggingFactory.getLoggingLevel()Returns the current logging level.EngineLoggingFactory.Logger.getLoggingLevel()Gets the current individual logging level for this logger.EngineConfig.getLogLevel()Returns the enum constant of this type with the specified name.static EngineLoggingFactory.LogLevel[]EngineLoggingFactory.LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.engine with parameters of type EngineLoggingFactory.LogLevelModifier and TypeMethodDescriptionvoidEngineLoggingFactory.Driver.log(Date time, EngineLoggingFactory.LogLevel level, String source, String message, Throwable throwable) Processes a logging message.voidEngineLoggingFactory.FileLogger.log(Date time, EngineLoggingFactory.LogLevel level, String source, String message, Throwable throwable) voidEngineLoggingFactory.PrintStreamLogger.log(Date time, EngineLoggingFactory.LogLevel level, String source, String message, Throwable throwable) voidEngineLoggingFactory.Logger.setLoggingLevel(EngineLoggingFactory.LogLevel loglevel) Sets the individual logging level for this logger.voidEngineLoggingFactory.setLoggingLevel(EngineLoggingFactory.LogLevel level) Returns the current logging level.Constructors in com.blackrook.engine with parameters of type EngineLoggingFactory.LogLevelModifierConstructorDescriptionEngineLoggingFactory(EngineLoggingFactory.LogLevel level, EngineLoggingFactory.Driver... drivers) Creates a new logging factory. -
Uses of EngineLoggingFactory.LogLevel in com.blackrook.engine.adapter
Methods in com.blackrook.engine.adapter that return EngineLoggingFactory.LogLevel