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
As I see, inside Log.verbose, Log.info, Log.warning, etc. methods swiftLogger uses default argument values. So instead of correct ones it uses functionName, lineNum and fileName that belong to the LoggerAPI. i.e. if you call Log.info("Message") somewhere in you project swiftLogger will show that it was called from Log.info
The text was updated successfully, but these errors were encountered:
As I see, inside
Log.verbose
,Log.info
,Log.warning
, etc. methodsswiftLogger
uses default argument values. So instead of correct ones it uses functionName, lineNum and fileName that belong to the LoggerAPI. i.e. if you callLog.info("Message")
somewhere in you projectswiftLogger
will show that it was called fromLog.info
The text was updated successfully, but these errors were encountered: