artifact

Crates.ioartifact
lib.rsartifact
version0.2.4
sourcesrc
created_at2014-12-09 11:04:44.559636
updated_at2015-12-11 23:57:25.953017
descriptionA logging library which allows settings to be specified through cargo features.
homepage
repositoryhttps://github.com/brandonson/artifact-rs
max_upload_size
id500
size42,136
Owners (github:softdevteam:owners)

documentation

http://brandonson.github.io/artifact-rs

README

#Artifact Logging Library

Build Status

Artifact (or artifact-rs) is a logging library for the rust language. It aims to provide effective logging in debug builds, while allowing release builds to limit or disable logging entirely through Cargo configuration.

##Basic Usage

Within your main function, create an ArtifactGlobalLib object. Then, use the artifact::logger::Logger functionality to create and utilize your loggers.

##Documentation

The documentation is somewhat limited, but rustdocs are uploaded on every Travis build.

Link

##Examples

The bin directory has a few examples.

##Testing

This library desperately needs some unit tests, as there are none at the moment.

##License

Artifact (which is composed of all code within this, the artifact-rs github repository) is released under the terms of the MIT license.

Artifact, Copyright (c) 2014-2015 Brandon Sanderson

Commit count: 63

cargo fmt