Ocean/Log/Web/Variables.go

12 lines
296 B
Go
Raw Normal View History

package Web
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
"html/template"
)
var (
2015-06-17 15:44:52 +00:00
templates *template.Template = nil // The web logging templates
senderName LM.Sender = `System::WebLog` // This is the name for logging event from this package
)