Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 373 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 373 Bytes

FileLogging

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.