Uses of Interface
com.blackrook.engine.EngineLoggingFactory.Driver
Packages that use EngineLoggingFactory.Driver
-
Uses of EngineLoggingFactory.Driver in com.blackrook.engine
Classes in com.blackrook.engine that implement EngineLoggingFactory.DriverModifier and TypeClassDescriptionstatic classA logger driver that outputs to Standard Out.static classA logging driver that writes to a text file.static classA standard logger for outputting to a print stream.Methods in com.blackrook.engine with parameters of type EngineLoggingFactory.DriverModifier and TypeMethodDescriptionvoidEngineLoggingFactory.addDriver(EngineLoggingFactory.Driver... drivers) Adds a logging driver or drivers from this factory.voidEngineLoggingFactory.removeDriver(EngineLoggingFactory.Driver... drivers) Removes a logging driver or drivers from this factory.Constructors in com.blackrook.engine with parameters of type EngineLoggingFactory.DriverModifierConstructorDescriptionEngineLoggingFactory(EngineLoggingFactory.Driver... drivers) Creates a new logging factory.EngineLoggingFactory(EngineLoggingFactory.LogLevel level, EngineLoggingFactory.Driver... drivers) Creates a new logging factory.