[[bin]]
doc = false
name = "basic_stdout_log"
test = false
[[bin]]
doc = false
name = "logcrate_use"
test = false
[[bin]]
doc = false
name = "file_log"
test = false
[[bin]]
doc = false
name = "level_loggers"
test = false
[[bin]]
doc = false
name = "multi_logger"
test = false
[[bin]]
doc = false
name = "disable"
test = false
[[bin]]
doc = false
name = "redirect"
test = false
[dependencies]
lazy_static = "0.1.*"
[dependencies.log]
optional = true
version = "0.3.*"
[dependencies.time]
optional = true
version = "0.1.*"
[features]
default = ["time"]
no-failure-logs = []
[package]
authors = ["Brandon Sanderson <singingboyo@gmail.com>"]
description = "A logging library which allows settings to be specified through cargo features."
documentation = "http://brandonson.github.io/artifact-rs"
exclude = ["bin/*.rs"]
keywords = ["log", "logging"]
license = "MIT"
name = "artifact"
readme = "README.md"
repository = "https://github.com/brandonson/artifact-rs"
version = "0.2.4"