protected static interface UnixSyslog.CLibrary
extends com.sun.jna.Library
| Modifier and Type | Method and Description |
|---|---|
void |
closelog() |
void |
openlog(com.sun.jna.Memory ident,
int option,
int facility) |
void |
syslog(int priority,
String format,
String message) |
Copyright © 2017. All rights reserved.