logger
logger copied to clipboard
Export newFDLoggerSet
Is there any reason to have this private?
It depends on FD
. I don't know that it is a good thing to export FD
or not.
In fact, I'd say just export LoggerSet
. Right now I just wanted to create my own, but I'm completely stuck.
I'm OK to create the Internal
module and export something in it. Is LoggerSet(..)
enough for you?
Sounds good, it might be worth putting LogStr
in there too. I don't think there is really much benefit preventing people constructing these by hand if they so desire too (but keeping the constructors out of the main documentation sounds good).
If you want to create System.Log.FastLogger.Internal
by yourself, please do it and send me a pull request. If not, it will do it.