Module: Jekyll::Minibundle::Log

Defined in:
lib/jekyll/minibundle/log.rb

Constant Summary collapse

TOPIC =
'Minibundle:'.freeze

Class Method Summary collapse

Class Method Details

.error(msg) ⇒ Object



6
7
8
# File 'lib/jekyll/minibundle/log.rb', line 6

def error(msg)
  ::Jekyll.logger.error(TOPIC, msg)
end

.info(msg) ⇒ Object



10
11
12
# File 'lib/jekyll/minibundle/log.rb', line 10

def info(msg)
  ::Jekyll.logger.info(TOPIC, msg)
end