You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go Logging library that pipes to both stdout and disk
Created as part of my contribution to our CPSC 416 Project 2, filelogging is a custom logging package that can write to stdout and disk simultaneously.
I extracted this package out as I wanted to use it in future projects.
About
Go logging library which can pipe to both stdout and disk