Skip to content

iCookbook/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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