Module: Dlog::Nolog

Extended by:
Nolog
Included in:
Nolog
Defined in:
lib/dlog.rb

Instance Method Summary collapse

Instance Method Details

#debug(*args) ⇒ Object



191
# File 'lib/dlog.rb', line 191

def debug(*args); args.first; end

#error(*args) ⇒ Object



188
# File 'lib/dlog.rb', line 188

def error(*args); args.first; end

#info(*args) ⇒ Object



190
# File 'lib/dlog.rb', line 190

def info(*args); args.first; end

#warn(*args) ⇒ Object



189
# File 'lib/dlog.rb', line 189

def warn(*args); args.first; end