Module: Viewpoint::SPWS
- Included in:
- Connection, Websvc::WebServiceBase, SPWSClient
- Defined in:
- lib/viewpoint_spws.rb
Defined Under Namespace
Modules: Types, Websvc Classes: Connection
Instance Attribute Summary (collapse)
-
- (Object) logger
readonly
Returns the value of attribute logger.
Class Method Summary (collapse)
Instance Attribute Details
- (Object) logger (readonly)
Returns the value of attribute logger
29 30 31 |
# File 'lib/viewpoint_spws.rb', line 29 def logger @logger end |
Class Method Details
+ (Object) root_logger
33 34 35 |
# File 'lib/viewpoint_spws.rb', line 33 def self.root_logger Logging.logger.root end |
+ (Object) set_log_level(level)
37 38 39 |
# File 'lib/viewpoint_spws.rb', line 37 def self.set_log_level(level) Logging.logger.root.level = level end |