Module: Viewpoint::SPWS
- Included in:
- Connection, Websvc::WebServiceBase, SPWSClient
- Defined in:
- lib/viewpoint/spws/types.rb,
lib/viewpoint/spws.rb,
lib/viewpoint/spws/version.rb
Overview
This file is part of ViewpointSPWS; the Ruby library for Microsoft Sharepoint Web Services.
Copyright
Defined Under Namespace
Modules: Types, Websvc Classes: Connection
Constant Summary collapse
- VERSION =
"0.5.0"
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
Class Method Summary collapse
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
29 30 31 |
# File 'lib/viewpoint/spws.rb', line 29 def logger @logger end |
Class Method Details
.root_logger ⇒ Object
33 34 35 |
# File 'lib/viewpoint/spws.rb', line 33 def self.root_logger Logging.logger.root end |
.set_log_level(level) ⇒ Object
37 38 39 |
# File 'lib/viewpoint/spws.rb', line 37 def self.set_log_level(level) Logging.logger.root.level = level end |