Class: KZ::KZLog

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-kz/helpers/kz_log.rb

Class Method Summary collapse

Class Method Details

.log(logStr) ⇒ Object



4
5
6
7
8
# File 'lib/cocoapods-kz/helpers/kz_log.rb', line 4

def self.log(logStr)
  if KZGlobalHelper.instance.debug
    puts logStr
  end
end