# File src/swiftcore/Analogger/Client.rb, line 45
45:                         def initialize(service = 'default', host = '127.0.0.1' , port = 6766, key = nil)
46:                                 @service = service.to_s
47:                                 @key = key
48:                                 @host = host
49:                                 @port = port
50:                                 connect(host,port)
51:                         end