Giter Club home page Giter Club logo

rmlogger's Introduction

RMLogger

Build Status

Logs output to the console like NSLog but has some extra features like colors.

Add RMLogger to your project

The best way to use RMLogger is via CocoaPods by adding the following line to your pod file:

pod 'RMLogger'

Use RMLogger

To use RMLogger you have to import the RMLogger.h class:

#import <RMLogger.h>

The simplest way to log a message to the console looks like this:

RMLog(@"You log message");

Available log types:

Info message log

RMLogInfoMessage(@"This is just a simple information.");

log info message

Success message log

RMLogSuccessMessage(@"The image has been uploaded successfully.");

log info message

Error message log

RMLogErrorMessage(@"Failed to reach the server!");

log info message

Error log

RMLog(errorObject);

log info message



Don't hesitate to give feedback or create a pull request :)

rmlogger's People

Contributors

packatino avatar

Stargazers

 avatar Jacob Jennings avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.