Ocean/Log/ICCCLog/Variables.go

10 lines
133 B
Go
Raw Normal View History

2015-07-11 18:02:59 +00:00
package ICCCLog
import (
"github.com/SommerEngineering/Ocean/Log/Meta"
)
var (
senderName Meta.Sender = `System::Log::ICCCLog`
)