go-mail/log
Winni Neessen 0189acf1e4
Refactor log level and direction function to separate file
Moved Level constants and directionPrefix() function from log/stdlog.go to log/log.go. This change improves the organization of the code by grouping log level constants and related functions in the same file. Furthermore, this removes redundancy and ensures consistency of log level across different files.
2023-08-15 11:59:16 +02:00
..
log.go Refactor log level and direction function to separate file 2023-08-15 11:59:16 +02:00
stdlog.go Refactor log level and direction function to separate file 2023-08-15 11:59:16 +02:00
stdlog_test.go #136: Refactor logging for clearer messaging direction 2023-08-02 11:43:45 +02:00