Uses of Interface
org.refcodes.logger.TrimLogger
-
-
Uses of TrimLogger in org.refcodes.logger
Classes in org.refcodes.logger that implement TrimLogger Modifier and Type Class Description classCompositeTrimLoggerImpl<T>TheCompositeTrimLoggerImplis a ready to use implementation of a compositeTrimLoggerextending theAbstractCompositeTrimLogger.classPartedTrimLoggerImpl<T,P extends T>ThePartedTrimLoggerImplis a ready to use implementation of a partedTrimLoggerextending theAbstractPartedTrimLogger.Methods in org.refcodes.logger with type parameters of type TrimLogger Modifier and Type Method Description static <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 TrimLogger Modifier and Type Method Description protected TrimLogger<T>CompositeTrimLoggerFactoryImpl. createCompositeLogger(TrimLogger<T>[] aLoggers)To be implemented by sub-classes, this method creates aCompositeLoggerImpl(or its sub-classes) from the providedLoggerinstances (or its sub-types).Methods in org.refcodes.logger with parameters of type TrimLogger Modifier and Type Method Description protected TrimLogger<T>CompositeTrimLoggerFactoryImpl. createCompositeLogger(TrimLogger<T>[] aLoggers)To be implemented by sub-classes, this method creates aCompositeLoggerImpl(or its sub-classes) from the providedLoggerinstances (or its sub-types).Constructors in org.refcodes.logger with parameters of type TrimLogger Constructor Description CompositeTrimLoggerImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, TrimLogger<T>... aLoggers)Similar to theCompositeTrimLoggerImpl(TrimLogger...)with the additional option of determining the execution strategy of the state change request calls for the encapsulatedTrimLoggerinstances (as ofCompositeComponent).CompositeTrimLoggerImpl(TrimLogger<T>... aLoggers)Instantiates a new composite trim logger impl.Constructor parameters in org.refcodes.logger with type arguments of type TrimLogger Constructor Description CompositeTrimLoggerFactoryImpl(LoggerFactory<TrimLogger<T>> aLoggerFactory, int aNumEndpoints)Instantiates a new composite trim logger factory impl.PartedTrimLoggerImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize)Similar to thePartedTrimLoggerImpl(Column, LoggerFactory, boolean)constructor with the additional option of determining the execution strategy of the state change request calls for the encapsulatedTrimLoggerinstances (as ofCompositeComponent).PartedTrimLoggerImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize)Similar to thePartedTrimLoggerImpl(Column, LoggerFactory, boolean)constructor with the additional option of determining the execution strategy of the state change request calls for the encapsulatedTrimLoggerinstances (as ofCompositeComponent).PartedTrimLoggerImpl(org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize)Instantiates a new parted trim logger impl.PartedTrimLoggerImpl(org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize)Instantiates a new parted trim logger impl.
-