module Asciidoctor::Logger::AutoFormattingMessage

def inspect

def inspect
  (sloc = self[:source_location]) ? %(#{sloc}: #{self[:text]}) : self[:text]
end