/MWLogging

Provides simple logging functions that use the Apple System Log.

Primary LanguageObjective-CMIT LicenseMIT

MWLogging

====================

Cocoapods Compatible Platform

MWLogging - simple wrapper macros around the ASL (Apple System Log).

This repository is forked from https://github.com/MikeWeller/MWLogging.

For more information see the blog post:

http://doing-it-wrong.mikeweller.com/2012/07/youre-doing-it-wrong-1-nslogdebug-ios.html

Features

  1. Log statements with different log levels.
  2. Debug log levels will be wiped out from release builds so as to prevent revealing of sensitive information about the app or user.

Installation with CocoaPods

Podfile

pod “MWLogging”

Usage

#import <MWLogging.h>
MWLogError(@"This is an error");
MWLogDebug(@"This is a debug statement");
MWLogWarning(@"This is a warning");

Requirements

MWLogging supports minimum iOS 7 . Supports both iPhone and iPad.

Contact

@sandeepCool77

Sandeep Aggarwal

License

MWLogging is released under the MIT license. See LICENSE for details.