org.productivity.java.syslog4j.impl.unix
Interface UnixSyslog.CLibrary
- All Superinterfaces:
- com.sun.jna.Library
- Enclosing interface:
- UnixSyslog
- protected static interface UnixSyslog.CLibrary
- extends com.sun.jna.Library
Nested classes inherited from class 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(java.lang.String ident,
int option,
int facility)
|
void |
syslog(int priority,
java.lang.String format,
java.lang.String message)
|
openlog
public void openlog(java.lang.String ident,
int option,
int facility)
syslog
public void syslog(int priority,
java.lang.String format,
java.lang.String message)
closelog
public void closelog()