Logger of the project
Module's documentation is described in GitHub Wiki.
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:
For more details, read GitHub Wiki documentation
