2015-02-04 06:58:23 +00:00
|
|
|
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
|
2015-02-04 06:58:23 +00:00
|
|
|
)
|