Ocean/Admin/Scheme/LogEvent.go

9 lines
209 B
Go
Raw Permalink Normal View History

2015-06-22 15:38:55 +00:00
package Scheme
// Type for a log event
type LogEvent struct {
LogLine string
LogLevel string // logwarn || logdebug || logerror || loginfo || logtalkative || logsecurity
AB string // loga || logb
}