Ocean/System/Variables.go

10 lines
192 B
Go
Raw Normal View History

package System
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
)
var (
2015-06-17 15:44:52 +00:00
senderName LM.Sender = `System::System` // This is the name for logging event from this package
)