No description.
Arguments:
Returns: !goog.debug.Logger.Level
Returns a goog.debug.Logger.Level with
the specified name and value. If the name and value match a predefined
log level, that instance will be returned, otherwise a new one will be
created.
|
code » | |||
Deserializes a JSON-serialized LogRecord.
Arguments:
Returns: !goog.debug.LogRecord
The deserialized record.
|
code » | |||
Common reconsitution method for for parse and unsafeParse.
Arguments:
Returns: !goog.debug.LogRecord
The reconstituted record.
|
code » | |||
Serializes a LogRecord to a JSON string. Note that any associated
exception is likely to be lost.
Arguments:
Returns: string
Serialized JSON string of the log message.
|
code » | |||
Deserializes a JSON-serialized LogRecord. Use this only if you're
naive enough to blindly trust any JSON formatted input that comes
your way.
Arguments:
Returns: !goog.debug.LogRecord
The deserialized record.
|
code » |