|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectperformancemonster.loghandler.LogSender
public class LogSender
Constructor Summary | |
---|---|
LogSender()
|
Method Summary | |
---|---|
void |
close()
Drop the connection to the remote host and release the underlying connector thread if it has been created |
void |
connect()
|
void |
sendLogMessage(LogMessage object)
|
void |
setPort(int port)
The Port option takes a positive integer representing the port where the server is waiting for connections. |
void |
setRemoteHost(java.lang.String host)
The RemoteHost option takes a string value which should be the host name of the server where a link org.apache.log4j.net.SocketNode is running. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogSender()
Method Detail |
---|
public void setRemoteHost(java.lang.String host)
link org.apache.log4j.net.SocketNode
is running.
public void setPort(int port)
public void sendLogMessage(LogMessage object)
public void close()
public void connect()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |