Uses of Class
eu.cloudnetservice.common.log.Logger
Packages that use Logger
Package
Description
-
Uses of Logger in eu.cloudnetservice.common.io
Fields in eu.cloudnetservice.common.io declared as Logger -
Uses of Logger in eu.cloudnetservice.common.language
Fields in eu.cloudnetservice.common.language declared as Logger -
Uses of Logger in eu.cloudnetservice.common.log
Subclasses of Logger in eu.cloudnetservice.common.logModifier and TypeClassDescription(package private) final classA logger instance which wraps a given java.util.logging logger.Fields in eu.cloudnetservice.common.log with type parameters of type LoggerMethods in eu.cloudnetservice.common.log that return LoggerModifier and TypeMethodDescriptionGets or creates a logger with the given name.Gets or creates a logger with the given name.Gets a logger from the current logger factory which has the name of the given class.Gets a logger from the current logger factory which has the given name.LogManager.rootLogger()Gets the root logger for the system from the currently used logger factory.Methods in eu.cloudnetservice.common.log with parameters of type LoggerModifier and TypeMethodDescriptionvoidLogRecordDispatcher.dispatchRecord(@NonNull Logger logger, @NonNull LogRecord record) Called when a log record needs to be dispatched for a logger.static voidLoggingUtil.removeHandlers(@NonNull Logger logger) Removes all registered handlers from the given logger. -
Uses of Logger in eu.cloudnetservice.common.log.defaults
Fields in eu.cloudnetservice.common.log.defaults declared as LoggerMethods in eu.cloudnetservice.common.log.defaults with parameters of type LoggerModifier and TypeMethodDescriptionvoidThreadedLogRecordDispatcher.dispatchRecord(@NonNull Logger logger, @NonNull LogRecord record) Called when a log record needs to be dispatched for a logger.Creates a new threaded log record dispatcher instance using the given logger as the target and formatting the default thread name format using the given loggers name.ThreadedLogRecordDispatcher.newInstance(@NonNull Logger logger, @NonNull String threadName) Creates a new threaded log record dispatcher instance using the given logger as the target and the given thread name.Constructors in eu.cloudnetservice.common.log.defaults with parameters of type LoggerModifierConstructorDescriptionprivateThreadedLogRecordDispatcher(@NonNull Logger logger, @NonNull String threadName) Constructs a new threaded log record dispatcher instance. -
Uses of Logger in eu.cloudnetservice.common.log.io
Fields in eu.cloudnetservice.common.log.io declared as LoggerMethods in eu.cloudnetservice.common.log.io with parameters of type LoggerModifier and TypeMethodDescriptionstatic @NonNull LogOutputStreamLogOutputStream.forInformative(@NonNull Logger logger) Creates a new log output stream instance logging all messages to the given logger with the info log level.static @NonNull LogOutputStreamCreates a new log output stream instance logging all messages to the given logger with the severe log level.static @NonNull LogOutputStreamLogOutputStream.newInstance(@NonNull Logger logger, @NonNull Level level) Creates a new log output stream instance logging all messages to the given logger using the given log level.Constructors in eu.cloudnetservice.common.log.io with parameters of type LoggerModifierConstructorDescriptionprivateLogOutputStream(@NonNull Level level, @NonNull Logger logger) Creates a new log output stream instance.