Skip to content

bananita/MBLogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBLogging

Set of macros allowing to show logs on number of levels: info, debug, warning, error, fatal, trace.

They show log level, name of class and number of line in a code.

They will automatically dissappear in release version od application. You can also turn off them in debug session by comment line with define LOGGING_ENABLE.

Installation

Insert the line below into your Podfile:

pod 'MBLogging', :git => 'https://github.com/bananita/MBLogging.git', :tag => '0.1.0'

Next insert import to your application prefix file (.pch):

#ifdef __OBJC__
. . .
#import <MBLogging/MBLogging.h>
. . .
#endif

Contributing

If you'd like to contribute code, fork the project at github, make your changes, then send a pull request.

License

This code is free to use under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors