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 © 2011 Dan Wanek <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Defined Under Namespace

Modules: Types, Websvc Classes: Connection

Constant Summary collapse

VERSION =
"0.5.0"

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#loggerObject (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_loggerObject



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