Versions in this module Expand all Collapse all v0 v0.0.2 Nov 8, 2024 v0.0.1 Oct 16, 2024 Changes in this version + var CurrentLogDirectory string + var Log *LogType + func CloseLogger(file *os.File) + func CreateOutputDir(directoryName string, commandName string) string + func Fatal(v ...any) + func Fatalf(format string, v ...any) + func Fatalln(v ...any) + func Fprint(w io.Writer, v ...any) (n int, err error) + func Fprintf(w io.Writer, format string, v ...any) (n int, err error) + func Fprintln(w io.Writer, v ...any) (n int, err error) + func NewLogger(logFileName string) + func NewLoggerDateTime(logFileName string) + func NewLoggerDateTimeFile(logFileName string) + func NewLoggerNull() + func NewLoggerStdout() + func NewLoggerStdoutDateTime() + func NewLoggerStdoutDateTimeFile() + func Panicln(v ...any) + func Print(v ...any) + func Printf(format string, v ...any) + func Println(v ...any) + func Writer() io.Writer + type LogType log.Logger + func New(out io.Writer, prefix string, flag int) *LogType