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



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

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

.info(msg) ⇒ Object



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

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