public class SyslogWriter extends Writer
| Constructor and Description |
|---|
SyslogWriter(String syslogHost)
Constructs a new instance of SyslogWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char[] buf,
int off,
int len) |
void |
write(String string) |
public SyslogWriter(String syslogHost)
syslogHost - host name, may not be null. A port may be specified by following the name or IPv4 literal
address with a colon and a decimal port number. To specify a port with an IPv6 address, enclose
the IPv6 address in square brackets before appending the colon and decimal port number.public void write(char[] buf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void write(String string) throws IOException
write in class WriterIOExceptionpublic void flush()
Copyright © 1999–2024 QOS.CH Sarl (Switzerland). All rights reserved.