Uses of Interface
org.refcodes.logger.TrimLogger
-
Uses of TrimLogger in org.refcodes.logger
Classes in org.refcodes.logger that implement TrimLoggerModifier and TypeClassDescriptionclassPartedTrimLogger<T,P extends T> ThePartedTrimLoggeris a ready to use implementation of a partedTrimLoggerextending theAbstractPartedTrimLogger.classTheTrimLoggerCompositeis a ready to use implementation of a compositeTrimLoggerextending theAbstractTrimLoggerComposite.Methods in org.refcodes.logger with type parameters of type TrimLoggerModifier and TypeMethodDescriptionstatic <L extends TrimLogger<T>,T>
voidLoggerUtility.clearLogs(Collection<L> aLoggers) Functionality to address multipleTrimLoggerinstances to clear the providedTrimLoggerinstances (multi-threaded).static <L extends TrimLogger<T>,T>
voidLoggerUtility.deleteLogs(org.refcodes.criteria.Criteria aCriteria, Collection<L> aLoggers) Functionality to query multipleTrimLoggerinstances with the same query to delete log lines from the providedTrimLoggerinstances (multi-threaded).Methods in org.refcodes.logger that return TrimLoggerModifier and TypeMethodDescriptionprotected TrimLogger<T>TrimLoggerFactoryComposite.createCompositeLogger(TrimLogger<T>[] aLoggers) To be implemented by sub-classes, this method creates aLoggerComposite(or its sub-classes) from the providedLoggerinstances (or its sub-types).Methods in org.refcodes.logger with parameters of type TrimLoggerModifier and TypeMethodDescriptionprotected TrimLogger<T>TrimLoggerFactoryComposite.createCompositeLogger(TrimLogger<T>[] aLoggers) To be implemented by sub-classes, this method creates aLoggerComposite(or its sub-classes) from the providedLoggerinstances (or its sub-types).Constructors in org.refcodes.logger with parameters of type TrimLoggerModifierConstructorDescriptionTrimLoggerComposite(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, TrimLogger<T>... aLoggers) Similar to theTrimLoggerComposite(TrimLogger...)with the additional option of determining the execution strategy of the state change request calls for the encapsulatedTrimLoggerinstances (as ofComponentComposite).TrimLoggerComposite(TrimLogger<T>... aLoggers) Instantiates a newTrimLoggerCompositewith the according parameters.Constructor parameters in org.refcodes.logger with type arguments of type TrimLoggerModifierConstructorDescriptionPartedTrimLogger(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Similar to thePartedTrimLogger(Column, LoggerFactory, boolean)constructor with the additional option of determining the execution strategy of the state change request calls for the encapsulatedTrimLoggerinstances (as ofComponentComposite).PartedTrimLogger(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Similar to thePartedTrimLogger(Column, LoggerFactory, boolean)constructor with the additional option of determining the execution strategy of the state change request calls for the encapsulatedTrimLoggerinstances (as ofComponentComposite).PartedTrimLogger(org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedTrimLoggerwith the according parameters.PartedTrimLogger(org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedTrimLoggerwith the according parameters.TrimLoggerFactoryComposite(LoggerFactory<TrimLogger<T>> aLoggerFactory, int aNumEndpoints) Instantiates a new composite trim logger factory impl.