module Logging::Plugins::Json

Public Class Methods

initialize_json() click to toggle source

This method will be called by the Logging framework when it first initializes. Here we require the json layout code.

# File lib/logging/plugins/json.rb, line 9
def initialize_json
  require_relative '../layouts/json'
end

Private Instance Methods

initialize_json() click to toggle source

This method will be called by the Logging framework when it first initializes. Here we require the json layout code.

# File lib/logging/plugins/json.rb, line 9
def initialize_json
  require_relative '../layouts/json'
end