CategoryLogger. Methods ending with c are closure methods and will only be called when
they need to be logged, this may be cheaper if some of your logging is expensive (network/calculating wise).
This is a special opinionated way to log, that an exception (Error)
occurred, but your code dealt with it in a proper way. That way
we can say, there was an Error/Exception but we resolved it.
This will be logged as: Error (resolved) in the log.
This is a special opinionated way to log, that an exception (Error)
occurred, but your code dealt with it in a proper way. That way
we can say, there was an Error/Exception but we resolved it.
This will be logged as: Error (resolved) in the log.
CategoryLogger. Methods ending with c are closure methods and will only be called when they need to be logged, this may be cheaper if some of your logging is expensive (network/calculating wise).