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
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
They appear to be duplicates. However removing them will be a breaking change and a new major version. As I'm deprecating this library (see #270) so I won't be making fixes here.
For every logging level (e.g. Debug) there are methods with following signatures:
Debug(message)
Debug(func)
Debug(message, formatArgs)
Debug(exception, message, formatArgs..)
DebugException(message, exception)
DebugException(message, exception, formatArgs)
DebugFormat(message, formatArgs)
DebugException and DebugFormat seems to be redundant since the same can be achieved using Debug(..) method calls.
Do we really need them?
The text was updated successfully, but these errors were encountered: