Documentation
¶
Index ¶
- Variables
- func CheckServerAlive(server string) error
- func HandleEvent(w http.ResponseWriter, r *http.Request)
- func Log(s string)
- func LogError(r *http.Request, s string)
- func LogEvent(r *http.Request, m map[string]interface{})
- func LogHit(r *http.Request, code int, size int64, dur time.Duration)
- func Stop()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Server = "" ApiKey = "" LogDir = "" BuildHash = "" FileLogs *filerotate.File FileErrors *siserlogger.File FileEvents *siserlogger.File FileHits *siserlogger.File )
Functions ¶
func CheckServerAlive ¶
func HandleEvent ¶
func HandleEvent(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.