Skip to content

Commit

Permalink
Update test_0_1_0.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
donnie4w committed Dec 12, 2024
1 parent 5cf9425 commit 75bee09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_0_1_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ fn testlog() {
async fn asynctestlog() {
ASYNC_LOG.set_level_option(LEVEL::Info, LevelOption { format: Some(Format::LevelFlag), formatter: None }).await
.set_level_option(LEVEL::Fatal, LevelOption { format: Some(Format::LevelFlag | Format::Date), formatter: None}).await;

async_trace!("this is async trace log");
async_debug!("this is async debug log");
async_info!("this is async info log");
Expand Down

0 comments on commit 75bee09

Please sign in to comment.