Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/loggers/termlog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ impl TermLogger {
/// init function. Globally initializes the TermLogger as the one and only used log facility.
///
/// Takes the desired `Level` and `Config` as arguments. They cannot be changed later on.
/// Fails if another Logger was already initialized
///
/// # Errors
///
/// An error is returned if a logger has already been set.
///
/// # Examples
/// ```
Expand Down