Parent

Methods

Included Modules

Class Index [+]

Quicksearch

Ramaze::Logger::Analogger

Informer for the Swiftcore Analogger logging system.

You can find it at analogger.swiftcore.org and install with gem install analogger

Public Class Methods

new(name = class_trait[:name], host = class_trait[:host], port = class_trait[:port]) click to toggle source

Create a new instance, parameters default to the traits.

@param [String] name The name of the logging system (can be anything you like). @param [String] host The IP/hostname on which the logging system is running. @param [Integer] port The port of the logging system.

    # File lib/ramaze/log/analogger.rb, line 34
34:       def initialize(name = class_trait[:name], host = class_trait[:host], 
35:       port = class_trait[:port])
36:         super
37:       end

Public Instance Methods

log(tag, *args) click to toggle source

Integration to Logging

@param [String] tag @param [Hash] args

    # File lib/ramaze/log/analogger.rb, line 45
45:       def log(tag, *args)
46:         super(tag, args.join("\n"))
47:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.