ch.qos.logback.core.net
Class SyslogOutputStream
java.lang.Object
java.io.OutputStream
ch.qos.logback.core.net.SyslogOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class SyslogOutputStream
- extends OutputStream
SyslogOutputStream is a wrapper around the DatagramSocket
class so that it
behaves like an OutputStream
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyslogOutputStream
public SyslogOutputStream(String syslogHost,
int port)
throws UnknownHostException,
SocketException
- Throws:
UnknownHostException
SocketException
write
public void write(byte[] byteArray,
int offset,
int len)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class OutputStream
- Throws:
IOException
close
public void close()
- Specified by:
close
in interface Closeable
- Overrides:
close
in class OutputStream
getPort
public int getPort()
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
Copyright © 2005-2013 QOS.ch. All Rights Reserved.