goog.debug.LogRecord |
level
: goog.debug.Logger.Level
One of the level identifiers.
|
msg
: string
The string message.
|
loggerName
: string
The name of the source logger.
|
opt_time
: number=
Time this log record was created if other than now.
If 0, we use #goog.now.
|
opt_sequenceNumber
: number=
Sequence number of this log record. This
should only be passed in when restoring a log record from persistence.
|
Get the exception that is part of the log record.
Returns: Object
the exception.
|
code » | ||||||
Get the exception text that is part of the log record.
Returns: ?string
Exception text.
|
code » | ||||||
Get the logging message level, for example Level.SEVERE.
Returns: goog.debug.Logger.Level
the logging message level.
|
code » | ||||||
Get the source Logger's name.
Returns: string
source logger name (may be null).
|
code » | ||||||
Get the "raw" log message, before localization or formatting.
Returns: string
the raw message string.
|
code » | ||||||
Get event time in milliseconds since 1970.
Returns: number
event time in millis since 1970.
|
code » | ||||||
Get the sequence number.
Sequence numbers are normally assigned in the LogRecord constructor, which assigns unique sequence numbers to each new LogRecord in increasing order.
Returns: number
the sequence number.
|
code » | ||||||
![]()
Sets all fields of the log record.
Arguments:
|
code » | ||||||
![]()
Set the exception that is part of the log record.
Arguments:
|
code » | ||||||
![]()
Set the exception text that is part of the log record.
Arguments:
|
code » | ||||||
![]()
Set the logging message level, for example Level.SEVERE.
Arguments:
|
code » | ||||||
![]()
Get the source Logger's name.
Arguments:
|
code » | ||||||
![]()
Set the "raw" log message, before localization or formatting.
Arguments:
|
code » | ||||||
![]()
Set event time in milliseconds since 1970.
Arguments:
|
code » |
![]()
Exception text associated with the record
|
Code » | |
![]()
Exception associated with the record
|
Code » | |
Level of the LogRecord
|
Code » | |
![]()
Name of the logger that created the record.
|
Code » | |
![]()
Message associated with the record
|
Code » | |
![]()
Sequence number for the LogRecord. Each record has a unique sequence number
that is greater than all log records created before it.
|
Code » | |
![]()
Time the LogRecord was created.
|
Code » |
![]()
No description.
|
Code » | |
![]()
A sequence counter for assigning increasing sequence numbers to LogRecord
objects.
|
Code » |