Package com.strobel.decompiler
Class BriefLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- com.strobel.decompiler.BriefLogFormatter
-
final class BriefLogFormatter extends java.util.logging.Formatter
-
-
Constructor Summary
Constructors Constructor Description BriefLogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(java.util.logging.LogRecord record)
A Custom format implementation that is designed for brevity.
-
-
-
Method Detail
-
format
public java.lang.String format(@NotNull java.util.logging.LogRecord record)
A Custom format implementation that is designed for brevity.- Specified by:
format
in classjava.util.logging.Formatter
-
-