Package org.restlet.engine.log
Class SimplerFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- org.restlet.engine.log.SimplerFormatter
-
public class SimplerFormatter extends java.util.logging.Formatter
Special log formatter that displays the level, the logger name and the actual message. It also displays the stack trace if available. This is particularly useful for debugging.- Author:
- Jerome Louvel
-
-
Constructor Summary
Constructors Constructor Description SimplerFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(java.util.logging.LogRecord record)
Format the given LogRecord.
-