public abstract class LogEventBuilder extends Object
Constructor and Description |
---|
LogEventBuilder() |
Modifier and Type | Method and Description |
---|---|
LogEvent |
buildLogEvent(LogEvent.Factory factory,
int lineNumber,
String curLine,
Object... objects) |
protected abstract LogEvent |
newEvent(LogEvent.Factory factory,
String curLine,
Object... objects) |
public LogEventBuilder()
protected abstract LogEvent newEvent(LogEvent.Factory factory, String curLine, Object... objects) throws ParseException
ParseException
public LogEvent buildLogEvent(LogEvent.Factory factory, int lineNumber, String curLine, Object... objects)
Copyright © 2004–2014. All rights reserved.