Package cimerant.logger
package cimerant.logger
-
ClassDescriptionThe process of recording events, messages, or data points generated.
CimerantLoggerFactoryinstances manufactureLoggerinstances by name.Provides minimal default implementations forLegacyAbstractLogger.isTraceEnabled(Marker),LegacyAbstractLogger.isDebugEnabled(Marker)and other similar methods.This interface based onServiceLoaderparadigm.TheLogRecordclass represents the message and associated data at the time of logging.