Class: CloudCannonJekyll::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/cloudcannon-jekyll/logger.rb

Overview

Logging helpers

Class Method Summary collapse

Class Method Details

.info(str) ⇒ Object



8
9
10
# File 'lib/cloudcannon-jekyll/logger.rb', line 8

def self.info(str)
  Jekyll.logger.info('CloudCannon:', str)
end

.warn(str) ⇒ Object



12
13
14
# File 'lib/cloudcannon-jekyll/logger.rb', line 12

def self.warn(str)
  Jekyll.logger.warn('CloudCannon:', str)
end