Skip to content

jonahgluck/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger

A simple logger with styling for Golang applications.

Installation

go get github.com/jonahgluck/logger

Import

import (
	log "github.com/jonahgluck/logger"
)

Colors supported: black, red, green, yellow, blue, magenta, cyan, and white

Font styling supported: bold, underline, blink, background, hidden, dim

Have a feature request? Feel free to open an issue or submit a pull request.