org.productivity.java.syslog4j.impl.unix
Interface UnixSyslog.CLibrary
- All Superinterfaces:
- com.sun.jna.Library
- Enclosing class:
- UnixSyslog
protected static interface UnixSyslog.CLibrary
- extends com.sun.jna.Library
Nested classes/interfaces inherited from interface com.sun.jna.Library |
com.sun.jna.Library.Handler |
Fields inherited from interface com.sun.jna.Library |
OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
Method Summary |
void |
closelog()
|
void |
openlog(com.sun.jna.Memory ident,
int option,
int facility)
|
void |
syslog(int priority,
java.lang.String format,
java.lang.String message)
|
openlog
void openlog(com.sun.jna.Memory ident,
int option,
int facility)
syslog
void syslog(int priority,
java.lang.String format,
java.lang.String message)
closelog
void closelog()