Uses of Interface
org.refcodes.logger.LoggerFactory
-
Uses of LoggerFactory in org.refcodes.logger
Modifier and TypeClassDescriptionclass
Specialization and instantiateable (non abstract) implementation of theAbstractLoggerFactoryComposite
creating compositeLogger
instances.class
Implementation of theAbstractLoggerFactoryComposite
creating compositeQueryLogger
instances.class
Specialization and instantiateable (non abstract) implementation of theAbstractLoggerFactoryComposite
creating compositeTrimLogger
instances.ModifierConstructorDescriptionLoggerFactoryComposite
(LoggerFactory<Logger<T>> aLoggerFactory, int aNumEndpoints) Instantiates a new composite logger factory impl.PartedLogger
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<Logger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Similar to thePartedLogger(Column, LoggerFactory, boolean)
with the additional option of determining the execution strategy of the state change request calls for the encapsulatedLogger
instances (as ofComponentComposite
).PartedLogger
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<Logger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Similar to thePartedLogger(Column, LoggerFactory, boolean)
with the additional option of determining the execution strategy of the state change request calls for the encapsulatedLogger
instances (as ofComponentComposite
).PartedLogger
(org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<Logger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedLogger
with the according parameters.PartedLogger
(org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<Logger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedLogger
with the according parameters.PartedQueryLogger
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<QueryLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Similar to thePartedQueryLogger(Column, LoggerFactory, boolean)
with the additional option of determining the execution strategy of the state change request calls for the encapsulatedQueryLogger
instances (as ofComponentComposite
).PartedQueryLogger
(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<QueryLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Similar to thePartedQueryLogger(Column, LoggerFactory, boolean)
with the additional option of determining the execution strategy of the state change request calls for the encapsulatedQueryLogger
instances (as ofComponentComposite
).PartedQueryLogger
(org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<QueryLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedQueryLogger
with the according parameters.PartedQueryLogger
(org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<QueryLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedQueryLogger
with the according parameters.PartedTrimLogger
(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 encapsulatedTrimLogger
instances (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 encapsulatedTrimLogger
instances (as ofComponentComposite
).PartedTrimLogger
(org.refcodes.tabular.Column<P> aPartitionColumn, String aDefaultLoggerName, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedTrimLogger
with the according parameters.PartedTrimLogger
(org.refcodes.tabular.Column<P> aPartitionColumn, LoggerFactory<TrimLogger<T>> aLoggerFactory, boolean isPartitionAutoInitialize) Instantiates a newPartedTrimLogger
with the according parameters.QueryLoggerFactoryComposite
(LoggerFactory<QueryLogger<T>> aLoggerFactory, int aNumEndpoints) Instantiates a new composite query logger factory impl.TrimLoggerFactoryComposite
(LoggerFactory<TrimLogger<T>> aLoggerFactory, int aNumEndpoints) Instantiates a new composite trim logger factory impl.