ch.qos.logback.core.recovery
Class ResilientSyslogOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by ch.qos.logback.core.recovery.ResilientOutputStreamBase
          extended by ch.qos.logback.core.recovery.ResilientSyslogOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class ResilientSyslogOutputStream
extends ResilientOutputStreamBase


Field Summary
 
Fields inherited from class ch.qos.logback.core.recovery.ResilientOutputStreamBase
os, presumedClean
 
Constructor Summary
ResilientSyslogOutputStream(String syslogHost, int port)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class ch.qos.logback.core.recovery.ResilientOutputStreamBase
addStatus, close, flush, getContext, setContext, write, write
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResilientSyslogOutputStream

public ResilientSyslogOutputStream(String syslogHost,
                                   int port)
                            throws UnknownHostException,
                                   SocketException
Throws:
UnknownHostException
SocketException
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2013 QOS.ch. All Rights Reserved.