Skip to content

artbalnov/tlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

tlog

Log your events directly to Telegram

Usage:

err := tlog.Init("YOUR_KEY", "YOUR_CHANEL_ID")
if err != nil {
    log.Fatal(err)
}

tlog.Info("Simple info message, don't matter")
tlog.Infof("Simple formatted info message, don't matter: %s", "format")
tlog.Error("Error message")
tlog.Errorf("Error formatted message: %s", "format")

About

Log your events directly to Telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages