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
log(errorIfThrows:backup:) is very useful for both ensuring that some value is used even if it isn't ideal, and also logging why a backup value needed to be used. However, it would also be very useful as a standalone log line for functions which don't return anything, like this:
log(errorIfThrows:backup:)
is very useful for both ensuring that some value is used even if it isn't ideal, and also logging why a backup value needed to be used. However, it would also be very useful as a standalone log line for functions which don't return anything, like this:Swift-Simple-Logging/Sources/SimpleLogging/Simple Logging.swift
Lines 323 to 348 in abbf40d
The text was updated successfully, but these errors were encountered: