module Systemd::Journal::Writable

This module provides write access to the systemd Journal, compatible with the systemd-journal.gem by Daniel Mack (github.com/zonque/systemd-journal.gem).

Constants

LOG_ALERT

action must be taken immediately

LOG_CRIT

critical conditions

LOG_DEBUG

debug-level messages

LOG_EMERG

system is unusable

LOG_ERR

error conditions

LOG_INFO

informational

LOG_NOTICE

normal but significant condition

LOG_WARNING

warning conditions

Public Class Methods

included(base) click to toggle source

@private

# File lib/systemd/journal/writable.rb, line 28
def self.included(base)
  base.extend(ClassMethods)
end