Module com.dua3.utility.logging
Package com.dua3.utility.logging
package com.dua3.utility.logging
Classes and utilities related to logging.
-
ClassDescriptionThe ConsoleHandler class is an implementation of the LogEntryHandler interface.The DefaultLogEntryFilter class is an implementation of the LogEntryFilter interface that filters log entries based on their log level and a user-defined filter.Interface for a factory that provides an instance of the LogEntryDispatcher.A log buffer class intended to provide a buffer for log messages to display in GUI applications.Interface for Listeners on changes of a
LogBufferinstance's contents.The LogEntry interface represents a log entry with various properties such as message, logger name, time, level, marker, and throwable.This interface defines the contract for classes that dispatch log entries to registered handlers.The LogEntryFilter interface represents a filter used to determine if a LogEntry should be included or excluded.Represents a functional interface for handling log entries.Enumeration representing different log levels.Utility class for logging operations.