search

goog.messaging.LoggerClient

Provided By
Extends
All Implemented Interfaces

Creates a logger client that sends messages along a message channel for the remote end to log. The remote end of the channel should use a {goog.messaging.LoggerServer} with the same service name.

new LoggerClient( channel, serviceName )

Parameters
channelgoog.messaging.MessageChannel

The channel that on which to send the log messages.

serviceNamestring

The name of the logging service to use.

Instance Methods

Instance Properties