Skip navigation links
D E F I L M O S V 

D

debug(String...) - Static method in class eventarelli.syslog.Syslog
Log a message at LOG_DEBUG level.

E

eventarelli.syslog - package eventarelli.syslog
 

F

Facility - Enum in eventarelli.syslog
What part of the system is logging the message; for example, the mail subsystem.

I

info(String...) - Static method in class eventarelli.syslog.Syslog
Log a message at LOG_INFO level.
INSTANCE - Static variable in interface eventarelli.syslog.Syslog.Clib
A shared static instance of the two methods.

L

Level - Enum in eventarelli.syslog
What level is the message; for example, informational or debugging.

M

main(String[]) - Static method in class eventarelli.syslog.Syslog
Print the message "hello world!" with ident "test_syslog" to the LOG_USER facility and also print the message to stderr.

O

openlog(String, int, int) - Method in interface eventarelli.syslog.Syslog.Clib
 
openlog(String, Facility, Option...) - Static method in class eventarelli.syslog.Syslog
Setup more specialized processing of the messages sent by syslog().
Option - Enum in eventarelli.syslog
An option to pass to openlog; for example, log message to standard error as well as syslog.

S

Syslog - Class in eventarelli.syslog
Wrapper around openlib and syslog methods from the operating system's library that controls the system log.
Syslog() - Constructor for class eventarelli.syslog.Syslog
 
syslog(int, String...) - Method in interface eventarelli.syslog.Syslog.Clib
 
Syslog.Clib - Interface in eventarelli.syslog
Define the libc methods we want and create a static instance of these methods mapped to the native libc.so library.

V

valueOf(String) - Static method in enum eventarelli.syslog.Facility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eventarelli.syslog.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eventarelli.syslog.Option
Returns the enum constant of this type with the specified name.
values() - Static method in enum eventarelli.syslog.Facility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eventarelli.syslog.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eventarelli.syslog.Option
Returns an array containing the constants of this enum type, in the order they are declared.
D E F I L M O S V 
Skip navigation links