|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.jetty.log.NullLogSink
public class NullLogSink
| Constructor Summary | |
|---|---|
NullLogSink()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOptions()
|
boolean |
isStarted()
|
void |
log(java.lang.String formattedLog)
Log a message. |
void |
log(java.lang.String tag,
java.lang.Object msg,
Frame frame,
long time)
Log a message. |
void |
setLogImpl(LogImpl impl)
|
void |
setOptions(java.lang.String options)
|
void |
start()
Start the LifeCycle. |
void |
stop()
Stop the LifeCycle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullLogSink()
| Method Detail |
|---|
public void setOptions(java.lang.String options)
public java.lang.String getOptions()
public void log(java.lang.String tag,
java.lang.Object msg,
Frame frame,
long time)
LogSink
log in interface LogSinktag - Tag for type of logmsg - The messageframe - The frame that generated the message.time - The time stamp of the message.public void log(java.lang.String formattedLog)
LogSink
log in interface LogSinkpublic void start()
LifeCycle
start in interface LifeCyclepublic void stop()
LifeCycle
stop in interface LifeCyclepublic boolean isStarted()
isStarted in interface LifeCyclepublic void setLogImpl(LogImpl impl)
setLogImpl in interface LogSink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||