From 8190e33ca67bf5397fb51cd233342f4c06e9e9f6 Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 4 Jun 2025 12:09:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e597b0..a528064 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ 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()); + let eventlog = tracing_layer_win_eventlog::EventLogLayer::new("hello_world"); tracing_subscriber::registry() .with(eventlog) @@ -51,4 +49,4 @@ source: windows message: currently in windir path: "\"C:\\Windows\"" -``` +``` \ No newline at end of file