Giter Club home page Giter Club logo

houston's Introduction

Build Status Coverage Status Documentation CocoaPods Compatible CocoaPods CocoaPods Platforms Swift License

Houston is a simple, lightweight logging library for iOS. It is meant to allow easy logging of application data to multiple endpoints (console, stdout, http, etc). Inspired by corey-rb

Features

  • Single Setup
  • Log Strings & Objects
  • Multiple Output Destinations
  • Formatting Customization
  • iOS, watchOS, tvOS, macOS compatibility
  • Log to File
  • Log to HTTP endpoint
  • Complete Documentation

Requirements

  • Xcode 8.3+
  • iOS 8.0+
  • watchOS 2.0+
  • macOS 10.10+
  • Swift 5.0+

Installation

To integrate Houston into your project, add the following to your project's Podfile

pod 'Houston'

Carthage

Coming Soon.

Swift Package Manager

Coming Soon.

Basic Usage (Quick Start)

In each source file,

import Houston

In your AppDelegate (or other global file), configure log destinations

let consoleDestination = ConsoleDestination()
Logger.add(destination: consoleDestination)

Basic Logging

You can log just about anything.

You can log simple strings:

Logger.verbose("View Loaded")
Logger.warning("Yikes something is not right")
Logger.error("Fatal Error")

Or you can log objects:

Logger.info(Date())
Logger.debug(["Yellow", "Blue", 3])

Output

Contribute

Want to learn Swift and help contribute? Read Here

License

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

houston's People

Contributors

rudyb avatar

Watchers

 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.