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 TypeClassDescriptionclassA abstract mutable IStringLogEntryProcessor class that enables the string formatter in use to be both accessed and changed.classSimple display panel for logger output.Methods in provided.logger.util that return IStringLogEntryProcessorModifier and TypeMethodDescriptionstatic IStringLogEntryProcessorAStringLogEntryProcessor.MakeDefault()Static factory to instantiate an AStringLogEntryProcessor instance using the ILogEntryFormatter.DEFAULT formatter.static IStringLogEntryProcessorAStringLogEntryProcessor.MakeDefault(ILogEntryFormatter leFormatter)Static factory to instantiate an AStringLogEntryProcessor instance using the given ILogEntryFormatter.