summaryrefslogtreecommitdiffstats
path: root/logging.txr
blob: 77d98ade19149bf55d1b1d6071a7d8054b5fe8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@(do
   (openlog "tamarind" log-pid log-daemon))
@(if debug-enable)
@  (define dbg (string))
@    (do (syslog log-debug "~a" string))
@  (end)
@(else)
@  (define dbg (string))
@  (end)
@(end)
@(define inf (string))
@  (do (syslog log-info "~a" string))
@(end)