Crate stumpless_sys

source ·
Expand description

FFI bindings for the Stumpless logging library.

These wrappings are intended to be the bare minimum to use Stumpless from a Rust application.

§Create Features

Stumpless provides a number of build configuration options that can be used to enable or disable different functionality. This crate exposes these options as the following features.

§Target Features

  • journald - Enables targets that can send logs to a systemd journald daemon.
  • network - Enables targets that can send logs to a server over a network connection.
  • socket - Enables targets that can send logs to Unix sockets.
  • wel - Enables targets that can send logs to the Windows Event Log.

Structs§

Constants§

Functions§

Type Aliases§