Sha256: 3d2a3e293ef6bdf6beed2456a320f9d00fc6eaae1dbb300d108eadae6fd6cb7e

Contents?: true

Size: 837 Bytes

Versions: 8

Compression:

Stored size: 837 Bytes

Contents

#!/usr/bin/env ruby
#####################################################################################
# Copyright (c) 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.
#####################################################################################

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

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cft_smartcloud-0.3.3 lib/smartcloud_logger.rb
cft_smartcloud-0.3.2 lib/smartcloud_logger.rb
cft_smartcloud-0.3.1 lib/smartcloud_logger.rb
cft_smartcloud-0.3.0 lib/smartcloud_logger.rb
cft_smartcloud-0.2.2 lib/smartcloud_logger.rb
cft_smartcloud-0.1.9 lib/smartcloud_logger.rb
cft_smartcloud-0.1.8 lib/smartcloud_logger.rb
cft_smartcloud-0.1.5 lib/smartcloud_logger.rb