Versions in this module Expand all Collapse all v0 v0.5.0 Dec 31, 2025 Changes in this version + func SetReporter(r *LogReporter) + type LogLevel string + const LevelDebug + const LevelError + const LevelFatal + const LevelInfo + const LevelWarn + type LogReporter struct + AccessKey string + ClientID string + ServerURL string v0.4.1 Nov 22, 2025 v0.4.0 Nov 15, 2025 Changes in this version + var Logger *log.Logger + func Debug(msg string, args ...interface{}) + func Error(msg string, args ...interface{}) + func Fatal(msg string, args ...interface{}) + func Info(msg string, args ...interface{}) + func Init() + func Warn(msg string, args ...interface{})