You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in an ideal world, I'd be able to not only do this, but also specify the minimum logging level for each logger I attach. So for example, the Xcode console gets all log levels, but the file logger only gets debug and up, and the Apple system logger only gets warning and error.
The text was updated successfully, but these errors were encountered:
As an additional note, these loggers we add in the above example can actually specify their custom formatter and organize the different parts of the log message however they want. This should be supported.
From your README's TODO list:
But competing logging libraries allow me to add different loggers. As an example:
I think in an ideal world, I'd be able to not only do this, but also specify the minimum logging level for each logger I attach. So for example, the Xcode console gets all log levels, but the file logger only gets debug and up, and the Apple system logger only gets warning and error.
The text was updated successfully, but these errors were encountered: