Namespace goog.debug.LogManager
code »There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services. This is loosely based on the java class java.util.logging.LogManager.
Show:
Global Functions
code »goog.debug.LogManager.createFunctionForCatchErrors ( opt_logger ) ⇒ function(Object)
Creates a function that can be passed to goog.debug.catchErrors. The function
will log all reported errors using the given logger.
function(Object)
Parameters |
---|
|
Returns |
|
Creates the named logger. Will also create the parents of the named logger
if they don't yet exist.
Parameters |
---|
|
Returns |
|
Finds a named logger.
Parameters |
---|
|
Returns |
|
Returns all the loggers.
Returns |
---|
|
Returns the root of the logger tree namespace, the logger with the empty
string as its name.
Returns |
---|
|