Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Dec 28, 2014
1 parent f91fabc commit b375024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Current features are:
- Multiple outputs per logger - current options are to a file, or to stdout/stderr (or any combination of those)
- Each output can have a Level configured, so you can output all log messages to a log file, and only have warnings and above show up in the console!
- You can also define your own custom logging endpoints - have messages end up where you need them!
- Thread-local logger storage. This allows for convenient <level>!() and log!() macros via the fern_macros package.
- Thread-local logger storage. This allows for convenient debug/info/warning/severe!() and log!() macros via the fern_macros package.

fern is still in development, and most features are experimental. The library is subject to change in non-backwards-compatible ways.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! - Multiple outputs per logger - current options are to a file, or to stdout/stderr (or any combination of those)
//! - Each output can have a Level configured, so you can output all log messages to a log file, and only have warnings and above show up in the console!
//! - You can also define your own custom logging endpoints - have messages end up where you need them!
//! - Thread-local logger storage. This allows for convenient <level>!() and log!() macros via the fern_macros package.
//! - Thread-local logger storage. This allows for convenient debug/info/warning/severe!() and log!() macros via the fern_macros package.
//!
//! fern is still in development, and most features are experimental. The library is subject to change in non-backwards-compatible ways.
//!
Expand Down

0 comments on commit b375024

Please sign in to comment.