module Asciidoctor::Logging
Private Class Methods
Source
# File lib/asciidoctor/logging.rb, line 116 def self.included into into.extend Logging end
Private: Mixes the {Logging} module as static methods into any class that includes the {Logging} module.
into - The Class that includes the {Logging} module
Returns nothing
Public Instance Methods
Source
# File lib/asciidoctor/logging.rb, line 125 def message_with_context text, context = {} ({ text: text }.merge context).extend Logger::AutoFormattingMessage end