Package com.gurock.smartinspect.jdk
Class SmartInspectFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- com.gurock.smartinspect.jdk.SmartInspectFormatter
-
public final class SmartInspectFormatter extends Formatter
Used by the SmartInspectHandler class to create a string representation of a LogRecord instance.
-
-
Constructor Summary
Constructors Constructor Description SmartInspectFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(LogRecord record)Overridden.-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-