ConFoo Montreal 2026: Call for Papers

Voting

: min(three, eight)?
(Example: nine)

The Note You're Voting On

huangyg11 at gmail dot com
10 years ago
For those who want to simultaneously write to multiple syslog facilities :

syslog(LOG_INFO|LOG_LOCAL0, "message for local0");
syslog(LOG_INFO|LOG_LOCAL1, "message for local1");

<< Back to user notes page

To Top