Skip to content

Commit

Permalink
Add a feature for enabling the atomic-dbg-logger logger. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Oct 2, 2023
1 parent 29d0f1e commit c69b7ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ default = []
# Enable logging of program and thread startup and shutdown.
log = ["c-gull/log"]

# Install `atomic_dbg::log` as a logger.
atomic-dbg-logger = ["c-gull/atomic-dbg-logger"]

# Install the `env_logger` crate as a logger.
env_logger = ["c-gull/env_logger"]

Expand Down

0 comments on commit c69b7ed

Please sign in to comment.