public class SyslogWriter
extends java.io.Writer
Constructor and Description |
---|
SyslogWriter(java.lang.String syslogHost) |
public void write(char[] buf, int off, int len) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(java.lang.String string) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.Writer
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
Copyright 2000-2005 Apache Software Foundation.