module Mangdown::Logging

Configure and access the Mangdown logger

Private Instance Methods

logger() click to toggle source
# File lib/mangdown/support/logging.rb, line 11
def logger
  Mangdown.logger
end