/Logger

Logger of the project

Primary LanguageSwift

Logger

Logger of the project

Documentation

Module's documentation is described in GitHub Wiki.

Usage

Just call log method of Logger:

Logger.log("Some warning's here.", logType: .warning)
Logger.log("Some information's here.", logType: .info, shouldLogContext: false)

And output would be like:

image


For more details, read GitHub Wiki documentation