net.spy.log
Class Syslog
java.lang.Object
net.spy.SpyObject
net.spy.log.Syslog
public class Syslog
- extends SpyObject
Send a message via syslog.
|
Constructor Summary |
Syslog(String loghost)
Log to a particular log host. |
|
Method Summary |
void |
log(int facility,
int level,
String msg)
Send a log message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMERG
public static final int EMERG
- See Also:
- Constant Field Values
ALERT
public static final int ALERT
- See Also:
- Constant Field Values
CRIT
public static final int CRIT
- See Also:
- Constant Field Values
ERR
public static final int ERR
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
NOTICE
public static final int NOTICE
- See Also:
- Constant Field Values
INFO
public static final int INFO
- See Also:
- Constant Field Values
DEBUG
public static final int DEBUG
- See Also:
- Constant Field Values
KERN
public static final int KERN
- See Also:
- Constant Field Values
USER
public static final int USER
- See Also:
- Constant Field Values
MAIL
public static final int MAIL
- See Also:
- Constant Field Values
DAEMON
public static final int DAEMON
- See Also:
- Constant Field Values
AUTH
public static final int AUTH
- See Also:
- Constant Field Values
SYSLOG
public static final int SYSLOG
- See Also:
- Constant Field Values
LPR
public static final int LPR
- See Also:
- Constant Field Values
NEWS
public static final int NEWS
- See Also:
- Constant Field Values
UUCP
public static final int UUCP
- See Also:
- Constant Field Values
CRON
public static final int CRON
- See Also:
- Constant Field Values
AUTHPRIV
public static final int AUTHPRIV
- See Also:
- Constant Field Values
FTP
public static final int FTP
- See Also:
- Constant Field Values
LOCAL0
public static final int LOCAL0
- See Also:
- Constant Field Values
LOCAL1
public static final int LOCAL1
- See Also:
- Constant Field Values
LOCAL2
public static final int LOCAL2
- See Also:
- Constant Field Values
LOCAL3
public static final int LOCAL3
- See Also:
- Constant Field Values
LOCAL4
public static final int LOCAL4
- See Also:
- Constant Field Values
LOCAL5
public static final int LOCAL5
- See Also:
- Constant Field Values
LOCAL6
public static final int LOCAL6
- See Also:
- Constant Field Values
LOCAL7
public static final int LOCAL7
- See Also:
- Constant Field Values
Syslog
public Syslog(String loghost)
throws UnknownHostException
- Log to a particular log host.
- Throws:
UnknownHostException
log
public void log(int facility,
int level,
String msg)
- Send a log message.
Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.