Skip to content

Commit

Permalink
chore: re-export Syslog appender at one level up (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Nov 12, 2024
1 parent 1d68bcb commit f94095d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/append/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pub use self::opentelemetry::OpentelemetryLog;
pub use self::rolling_file::RollingFile;
pub use self::stdio::Stderr;
pub use self::stdio::Stdout;
#[cfg(feature = "syslog")]
pub use self::syslog::Syslog;

/// A trait representing an appender that can process log records.
///
Expand Down

0 comments on commit f94095d

Please sign in to comment.