Class: Bricolage::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/bricolage/logger.rb

Instance Method Summary collapse

Instance Method Details

#debug(*args) ⇒ Object



73
# File 'lib/bricolage/logger.rb', line 73

def debug(*args) end

#debug?Boolean

Returns:

  • (Boolean)


74
# File 'lib/bricolage/logger.rb', line 74

def debug?() false end

#elapsed_time(*args) ⇒ Object



83
# File 'lib/bricolage/logger.rb', line 83

def elapsed_time(*args) yield end

#error(*args) ⇒ Object



79
# File 'lib/bricolage/logger.rb', line 79

def error(*args) end

#error?Boolean

Returns:

  • (Boolean)


80
# File 'lib/bricolage/logger.rb', line 80

def error?() false end

#exception(*args) ⇒ Object



81
# File 'lib/bricolage/logger.rb', line 81

def exception(*args) end

#info(*args) ⇒ Object



75
# File 'lib/bricolage/logger.rb', line 75

def info(*args) end

#info?Boolean

Returns:

  • (Boolean)


76
# File 'lib/bricolage/logger.rb', line 76

def info?() false end

#levelObject



84
# File 'lib/bricolage/logger.rb', line 84

def level() Logger::ERROR end

#level=(l) ⇒ Object



85
# File 'lib/bricolage/logger.rb', line 85

def level=(l) l end

#warn(*args) ⇒ Object



77
# File 'lib/bricolage/logger.rb', line 77

def warn(*args) end

#warn?Boolean

Returns:

  • (Boolean)


78
# File 'lib/bricolage/logger.rb', line 78

def warn?() false end

#with_elapsed_time(*args) ⇒ Object



82
# File 'lib/bricolage/logger.rb', line 82

def with_elapsed_time(*args) yield end