Informer for the Swiftcore Analogger logging system.
You can find it at analogger.swiftcore.org and install with gem install analogger
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
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.
Generated with the Darkfish Rdoc Generator 1.1.6.