|
xsecurelock
1.7.0
XSecureLock is an X11 screen lock utility.
|
Go to the source code of this file.
Functions | |
| void | Log (const char *format,...) __attribute__((format(printf |
| Prints the given string to the error log (stderr). More... | |
| void void | LogErrno (const char *format,...) __attribute__((format(printf |
| Prints the given string to the error log (stderr). More... | |
| void Log | ( | const char * | format, |
| ... | |||
| ) |
Prints the given string to the error log (stderr).
For a format expanding to "Foo", this will log "xsecurelock: Foo.".
| format | A printf format string, followed by its arguments. |
| void void LogErrno | ( | const char * | format, |
| ... | |||
| ) |
Prints the given string to the error log (stderr).
For a format expanding to "Foo", this may log "xsecurelock: Foo: No such file or directory". The value of errno is preserved by this function.
| format | A printf format string, followed by its arguments. |
1.8.14