10 lines
192 B
Go
10 lines
192 B
Go
package System
|
|
|
|
import (
|
|
LM "github.com/SommerEngineering/Ocean/Log/Meta"
|
|
)
|
|
|
|
var (
|
|
senderName LM.Sender = `System::System` // This is the name for logging event from this package
|
|
)
|