summaryrefslogtreecommitdiff
path: root/log/structs.go
blob: b5d849cfb1061831e3578da0b4ff52a5c08fb8b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package witlog

import (
)

//
// Attempt to switch logging to syslog on linux
//

// This struct can be used with the go-arg package
type LogArgs struct {
	Log []string `arg:"--log" help:"Where to log [syslog,stdout]"`
}