public static interface Syslog.Clib
extends com.sun.jna.Library
| Modifier and Type | Field and Description |
|---|---|
static Syslog.Clib |
INSTANCE
A shared static instance of the two methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
openlog(java.lang.String ident,
int logopt,
int facility) |
void |
syslog(int priority,
java.lang.String... args) |
static final Syslog.Clib INSTANCE
Per Posix, syslog should be thread-safe. See http://pubs.opengroup.org/onlinepubs/000095399/functions/xsh_chap02_09.html#tag_02_09_01