public abstract class AbstractLogSubject extends Object implements LogSubject
Constructor and Description |
---|
AbstractLogSubject() |
Modifier and Type | Method and Description |
---|---|
String |
getLogString()
The logString that will be returned via toLogString
|
void |
setLogString(String logString) |
protected void |
setLogStringWithFormat(String format,
Object... args)
Set the toString logging of this LogSubject.
|
String |
toLogString()
toLogString is how the Logging infrastructure will get the text for this
LogSubject
|
protected void setLogStringWithFormat(String format, Object... args)
format
- The Message to formatargs
- The values to put in to the message.public String toLogString()
toLogString
in interface LogSubject
public String getLogString()
public void setLogString(String logString)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.