Uses of Interface
provided.logger.util.IStringLogEntryProcessor
Packages that use IStringLogEntryProcessor
-
Uses of IStringLogEntryProcessor in provided.logger.util
Classes in provided.logger.util that implement IStringLogEntryProcessorModifier and TypeClassDescriptionclass
A abstract mutable IStringLogEntryProcessor class that enables the string formatter in use to be both accessed and changed.class
Simple display panel for logger output.Methods in provided.logger.util that return IStringLogEntryProcessorModifier and TypeMethodDescriptionstatic IStringLogEntryProcessor
AStringLogEntryProcessor.MakeDefault()
Static factory to instantiate an AStringLogEntryProcessor instance using the ILogEntryFormatter.DEFAULT formatter.static IStringLogEntryProcessor
AStringLogEntryProcessor.MakeDefault(ILogEntryFormatter leFormatter)
Static factory to instantiate an AStringLogEntryProcessor instance using the given ILogEntryFormatter.