Compare commits

..

1 Commits

Author SHA1 Message Date
4eee1a63b6
Merge pull request from itsscb/features
v0.1.3 - fix u32 overflow on ID
2024-07-17 19:16:12 +02:00

@ -14,6 +14,8 @@ New-EventLog -LogName Application -Source hello_world
use tracing_subscriber::{layer::SubscriberExt as _, util::SubscriberInitExt as _};
fn main() {
println!("Hello, world!");
let eventlog = tracing_layer_win_eventlog::EventLogLayer::new("hello_world".to_owned());
tracing_subscriber::registry()