# Functions
RotatingLogWriter returns io.Writer which always writes to a file in the given `directory`.
# Structs
RotatingLogWriter is an io.Writer which can rotate the log files that it is writing to Target files are rotated once per day according to the local system time.