amethyst
amethyst copied to clipboard
Control over logging
We need to have more control over logging:
- Control of output IO (file, STDOUT, STDERR, etc..)
- Control over format (clear text, Logger, etc..)
- Control via levels, warn, error, fatal etc ..
@bararchy yes, Amethyst really lacks of logging control. I'm working on it.
Can you use the AddHandler for Logging control in Amethyst ?