minor refactor

This commit is contained in:
Andrew Siegman 2017-10-26 01:00:17 -05:00
parent cd68f2da85
commit 9b189d7d32

View file

@ -4,13 +4,11 @@ package logging
import "os"
const (
PRIVATE_LOG_FOLDER string = "logs/private/"
PUBLIC_LOG_FOLDER string = "logs/public/"
)
PRIVATE_LOG_FOLDER = "logs/private/"
PUBLIC_LOG_FOLDER = "logs/public/"
const (
ERROR string = "error.log"
WARNING string = "warning.log"
ERROR = "error.log"
WARNING = "warning.log"
)
// File logs a given message to a log file