Skip to main content

Module sink

Module sink 

Source
Expand description

Platform-native sinks: os_log (macOS), journald (Linux), file, stdout. Platform-native logging sinks.

PlatformSink routes formatted log payloads to the best available output: os_log on macOS, journald on Linux, or stdout/file as fallback. Construct via PlatformSink::native() or PlatformSink::from_config().

Enumsยง

PlatformSink
Unified interface for platform-native log output.