org.openqa.selenium.server.log
Class TerseFormatter
java.lang.Object
java.util.logging.Formatter
org.openqa.selenium.server.log.TerseFormatter
public class TerseFormatter
- extends Formatter
Custom java.util.logging formatter providing compact output.
Method Summary |
String |
format(LogRecord record)
Format the given log record and return the formatted string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerseFormatter
public TerseFormatter(boolean longForm)
format
public String format(LogRecord record)
- Format the given log record and return the formatted string.
- Specified by:
format
in class Formatter
- Parameters:
record
- the log record to be formatted.
- Returns:
- a formatted log record
Copyright © 2012. All Rights Reserved.