Class: SmartcloudLogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/smartcloud_logger.rb

Overview

Copyright © 2011, Cohesive Flexible Technologies, Inc. This copyrighted material is the property of Cohesive Flexible Technologies and is subject to the license terms of the product it is contained within, whether in text or compiled form. It is licensed under the terms expressed in the accompanying README and LICENSE files.

This program is AS IS and WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Instance Method Summary collapse

Instance Method Details

#format_message(severity, timestamp, foobar, message) ⇒ Object



14
15
16
17
18
# File 'lib/smartcloud_logger.rb', line 14

def format_message(severity, timestamp, foobar, message) 
  message = message.to_s 
  
  "#{message}\n"
end