Commit Graph

5 Commits (928f577129eefa0ee34c5719479b0ba4b0ed054e)

Author SHA1 Message Date
Craig Pastro 9ba828de25
refactor: trim down the logger interface (#559) 2023-07-07 17:52:01 -04:00
Michael Fridman 0a72970737
logger: add nop logger (#384) 2022-07-13 08:18:12 -04:00
detailyang ff2e062d3f
typo:log: standart => standard 2019-03-18 11:26:19 +08:00
Vojtech Vitek 40e1a66465 Improve custom logger: Use stdlib's existing logger variable by default
Follow-up on #105. Don't allocate new stdlib's logger and reuse
the default logger (unexported) variable. This will enable people
make custom changes to the std logger, ie. log.SetFlags(),
log.SetPrefix() or log.SetOutput() without having to duplicate
the same code and applying it to goose logger.
2019-03-04 13:36:48 -05:00
Maxim Krasilnikov 1cebce80c7 Added logger interface and SetLogger func for redefine package output 2018-04-30 12:30:13 +03:00