module Systemd::Journal::Native

Provides the FFI bindings to the native `libsystemd-journal` shared library.

Public Class Methods

open_container?() click to toggle source
# File lib/systemd/journal/native.rb, line 16
def self.open_container?
  @has_open_container
end