|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log.output.AbstractTarget org.apache.log.output.AbstractOutputTarget org.apache.log.output.net.SocketOutputTarget
SocketOutputTarget Useful for writing the output to a TCP/IP client socket.
Constructor Summary | |
SocketOutputTarget(java.net.InetAddress address,
int port)
Creates output target with the end point specified by the address and port |
|
SocketOutputTarget(java.lang.String host,
int port)
Creates the output target with the end point specified by host and port |
Method Summary | |
void |
close()
Shutdown target. |
protected void |
doProcessEvent(LogEvent event)
To process the LogEvent |
protected void |
write(LogEvent event)
Writes the output as a LogEvent without formatting. |
Methods inherited from class org.apache.log.output.AbstractOutputTarget |
getFormatter, open, write |
Methods inherited from class org.apache.log.output.AbstractTarget |
getErrorHandler, isOpen, processEvent, setErrorHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SocketOutputTarget(java.net.InetAddress address, int port) throws java.io.IOException
address
- end point addressport
- the end point port
java.io.IOException
- if an I/O error ocurrs when creating socketpublic SocketOutputTarget(java.lang.String host, int port) throws java.io.IOException
host
- end point hostport
- the end point port
java.io.IOException
- if an I/O error ocurrs when creating socketMethod Detail |
protected void write(LogEvent event)
event
- the LogEventprotected void doProcessEvent(LogEvent event)
doProcessEvent
in class AbstractOutputTarget
event
- the LogEventpublic void close()
close
in interface Closeable
close
in class AbstractOutputTarget
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |