Class: WebConsole::Logger
Constant Summary
Constants inherited from View
View::CSS_EXTENSION, View::CSS_PATH_COMPONENT, View::JS_EXTENSION, View::JS_PATH_COMPONENT
Instance Attribute Summary
Attributes inherited from View
Instance Method Summary collapse
Methods inherited from View
#base_url=, #base_url_path=, #close, #do_javascript, #do_javascript_function, #initialize, javascript_function, #javascript_include_tag, #load_erb, #load_erb_from_path, #load_html, #shared_javascript_include_tag, #shared_stylesheet_link_tag, #stylesheet_link_tag
Constructor Details
This class inherits a constructor from WebConsole::View
Instance Method Details
#error(message) ⇒ Object
11 12 |
# File 'lib/webconsole/lib/logger.rb', line 11 def error() end |
#info(message) ⇒ Object
5 6 |
# File 'lib/webconsole/lib/logger.rb', line 5 def info() end |
#warning(message) ⇒ Object
8 9 |
# File 'lib/webconsole/lib/logger.rb', line 8 def warning() end |