Uses of Interface
com.blackrook.engine.EngineLoggingFactory.Logger
Packages that use EngineLoggingFactory.Logger
Package
Description
Contains the main parts of the engine.
Contains interfaces that describe objects that have automatic purpose to the Engine.
-
Uses of EngineLoggingFactory.Logger in com.blackrook.engine
Methods in com.blackrook.engine that return EngineLoggingFactory.LoggerModifier and TypeMethodDescriptionstatic EngineLoggingFactory.LoggerEngineLoggingFactory.createConsoleLoggerFor(Class<?> clazz) A convenience method for creating a Console-appending logger for a particular source by class name.static EngineLoggingFactory.LoggerEngineLoggingFactory.createConsoleLoggerFor(Class<?> clazz, boolean fullyQualified) A convenience method for creating a Console-appending logger for a particular source by class name.static EngineLoggingFactory.LoggerEngineLoggingFactory.createConsoleLoggerFor(String name) A convenience method for creating a Console-appending logger for a particular source by name.Creates a new Logger for outputting logs, using the name of the class as a source name.Creates a new Logger for outputting logs, using the name of the class as a source name.Creates a new Logger for outputting logs. -
Uses of EngineLoggingFactory.Logger in com.blackrook.engine.roles
Methods in com.blackrook.engine.roles with parameters of type EngineLoggingFactory.LoggerModifier and TypeMethodDescriptionvoidEngineResourceGenerator.createResources(EngineLoggingFactory.Logger logger, EngineFileSystem fileSystem, EngineResourceSet resources) Called when resources are needed to be created, before the first set of resources are built from the resource definitions.