Skip to content

dtsurkan/Aspen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspen

Carthage compatible

I got annoyed with Lumberjack, so I made my own logging framework called Aspen.

Features

  • Simple setup. There's a global/shared logging framework set up you can use with two lines of code.
  • Console and/or file-based logging.
  • Different levels per log.
  • Convention over configuration.

Installation

You can install Aspen through Carthage or as a Git submodule using the Aspen framework target.

There is currently not a podspec. See the below section for why.

Support

Right now this is considered pretty early days. I'm probably going to break stuff as I figure out how I want to integrate it into my projects. You're welcome to use and contribute to it, but just know you're not dealing with a 1.0 yet.

Once things stabilize a bit more, I'll add in a podspec so that more people can easily use it.

About

A logging framework for Swift and Objective-C.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 80.9%
  • Objective-C 19.1%