Package com.bw.jtools.log
Implementation details for the
Log class.- See Also:
Log
-
Class Summary Class Description CollectorLogger Logger back-end that collects messages in memory.
Purpose is to collect errors and warnings during some operation to enable the software to give hints about the reason of failure.CollectorThreadLogger Logger back-end that collects messages in memory.
Purpose is to collect errors and warnings during some operation to enable the software to give hints about the reason of failure.ConsoleLogger Implementation Log.LoggerFacade used as fallback in case no logger framework is available.Log4JLogger Logger back-end for log4j2.MulticastLogger Implementation Log.LoggerFacade to propagate logs to multiple back-ends..OS Utility class to gather statistics about the running application.
Initially this class was created to collect information about a long-running server application that should be reported via a status-service.OS.Info Utility class to collect all values at once.
A bit too specific for general usage, but good for demonstration.