![]()
Creates a function that can be passed to goog.debug.catchErrors. The function
will log all reported errors using the given logger.
Arguments:
Returns: function(Object)
The created function.
|
code » | ||
Creates the named logger. Will also create the parents of the named logger
if they don't yet exist.
Arguments:
Returns: !goog.debug.Logger
The named logger.
|
code » | ||
Finds a named logger.
Arguments:
Returns: !goog.debug.Logger
The named logger.
|
code » | ||
Returns all the loggers.
|
code » | ||
Returns the root of the logger tree namespace, the logger with the empty
string as its name.
Returns: !goog.debug.Logger
The root logger.
|
code » | ||
![]()
Initializes the LogManager if not already initialized.
|
code » |