Skip to content

Thread-safe logging and Discord notifications as a part of our Mirror project.

License

Notifications You must be signed in to change notification settings

COSI-Lab/logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logging

This module provides thread-safe logging as a part of our Mirror project.

Screenshot

There are plenty of low-priority improvements that can be made to this module.

Usage

go get "github.com/COSI-Lab/logging"

Example:

package main

import (
    "github.com/COSI-Lab/logging"
)

func main() {
    logging.Info("Hello, world!")
    logging.Warn("World didn't say hello back!")
    logging.Error("World is broken!")
}

About

Thread-safe logging and Discord notifications as a part of our Mirror project.

Resources

License

Stars

Watchers

Forks

Languages