Method: U3dCore::Shell#verbose

Defined in:
lib/u3d_core/ui/implementations/shell.rb

#verbose(message) ⇒ Object



104
105
106
# File 'lib/u3d_core/ui/implementations/shell.rb', line 104

def verbose(message)
  log.debug(message.to_s) if U3dCore::Globals.verbose?
end