diff options
Diffstat (limited to 'log/structs.go')
| -rw-r--r-- | log/structs.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/log/structs.go b/log/structs.go new file mode 100644 index 0000000..b5d849c --- /dev/null +++ b/log/structs.go @@ -0,0 +1,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]"` +} |
