Package it.univr.di.cstnu.util
Class CompactLogFormatter
java.lang.Object
java.util.logging.Formatter
it.univr.di.cstnu.util.CompactLogFormatter
A compact formatter for
java.util.logging records.
It supports the same arguments commonly used by SimpleFormatter and adds two source-specific arguments:
%7$s: the source method name only;%8$s: the source class name without the package.
%2$s is the compact source, i.e., SimpleClass.method when both source class and source method are available.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty used to configure the format string. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail