Method: DL::LoggerMixin#debug

Defined in:
lib/app-ctx/dlog.rb

#debug(*args) ⇒ Object



142
143
144
# File 'lib/app-ctx/dlog.rb', line 142

def debug *args
    logger.debug *args
end