Uses of Interface
com.clumd.projects.java_custom_logging.logging.api.CustomLogHandler
Packages that use CustomLogHandler
Package
Description
-
Uses of CustomLogHandler in com.clumd.projects.java_custom_logging.logging
Methods in com.clumd.projects.java_custom_logging.logging that return CustomLogHandlerModifier and TypeMethodDescriptionstatic CustomLogHandlerLogRoot.basicConsoleHandler(boolean useSpacerLines) Create a basic instance of a Console Handler with various defaults set.static CustomLogHandlerLogRoot.basicDenseConsoleHandler()Creates a sparse no-fluff Console Handler with dense message output.static CustomLogHandlerLogRoot.basicDenseFileHandler()AsLogRoot.basicDenseFileHandler(String)but the directory is defaulted to the CURRENT WORKING DIRECTORY WHEN THE JAVA PROCESS WAS STARTED.static CustomLogHandlerLogRoot.basicDenseFileHandler(@NonNull String atDir) Creates a sparse no-fluff File Handler with dense message output and other defaults set.static CustomLogHandlerLogRoot.basicFileHandler()AsLogRoot.basicFileHandler(String)but the directory is defaulted to the CURRENT WORKING DIRECTORY WHEN THE JAVA PROCESS WAS STARTED.static CustomLogHandlerLogRoot.basicFileHandler(@NonNull String atDir) Create a basic instance of a File Handler with various defaults set.Method parameters in com.clumd.projects.java_custom_logging.logging with type arguments of type CustomLogHandlerModifier and TypeMethodDescriptionvoidLogRoot.withHandlers(Collection<CustomLogHandler> wantedLogHandlers) Used to enhance the LogRoot with instances of Log Handler which will be used to capture all LogRecords written during the runtime of the application using this API. -
Uses of CustomLogHandler in com.clumd.projects.java_custom_logging.logging.controllers
Classes in com.clumd.projects.java_custom_logging.logging.controllers that implement CustomLogHandlerModifier and TypeClassDescriptionclassclassclassclass