maddy/log
fox.cpp feb1507c75
log: Rework how outputs are handled
Now they are represented by implementations of the log.Output interface
instead of just callbacks. This allows to add additional methods to it.
Mainly, it was done for purpose of Close method for flushing and closing
log files. This is important to make runtime logger reinitialization
(e.g. log rotation) possible.

Additionally, documentation now explains goroutine-safety of logger
objects.
2019-09-19 19:09:25 +03:00
..
log.go log: Rework how outputs are handled 2019-09-19 19:09:25 +03:00
logger.go log: Rework how outputs are handled 2019-09-19 19:09:25 +03:00
syslog.go log: Rework how outputs are handled 2019-09-19 19:09:25 +03:00
writer.go log: Rework how outputs are handled 2019-09-19 19:09:25 +03:00