- java.lang.Object
-
- java.util.logging.Formatter
-
- com.pervasive.datarush.util.LogFormatter
-
public class LogFormatter extends Formatter
A simple formatter for use with DataRush applications. This formatter includes the logger name in the log output, for diagnostic purposes. It works together with logging done by anExecutableOperator
, which makes the logger name reveal the location of the node logging the message.
-
-
Constructor Summary
Constructors Constructor Description LogFormatter()
Constructs a formatter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(LogRecord record)
Formats the given LogRecord-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-