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 Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, 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)
           
 

Method Detail

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()