Skip to content

DuxxSolucoes/go-log-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt tag

LOGFILE

Essa biblioteca irá ajudar a gerar arquivos de log quando aplicação estiver em produção.

Exemplo

import("github.com/DuxxSolucoes/go-log-file")

func main() {
  // Production
  logfile.LogFileDay("Error loading", true)
  // Development
  logfile.LogFileDay("Error loading", false)
}