Closed gibfahn closed 1 year ago
Apologies if this exists and I didn't find it.
I'd like to have the user specify the log level to stderr, but to always log at TRACE level to a log file. I couldn't find a way to enable this in the docs.
Sorry for the late reply, somehow I missed this one.
Use a fixed LogSpecification "trace", and let the user decide which Duplicate variant to use in Logger::duplicate_to_stderr.
"trace"
Duplicate
Logger::duplicate_to_stderr
Apologies if this exists and I didn't find it.
I'd like to have the user specify the log level to stderr, but to always log at TRACE level to a log file. I couldn't find a way to enable this in the docs.