Attributes | Name and Description |
---|---|
|
caplin.core.log.LogRecord(Number time, String level, Array logData, id id)
Constructs a caplin.core.log.LogRecord. |
Attributes | Name and Description |
---|---|
|
String
toString()
Renders a LogRecord to a string. |
►
caplin.core.log.LogRecord(Number time, String level, Array logData, id id)
Constructs a caplin.core.log.LogRecord.
Number | time | the time this message was logged, in milliseconds since the epoc. |
String | level | the level it was logged at, equivalent to the method call on a caplin.core.log.Logger. |
Array | logData | all the data that should be logged. |
id | id | a unique identifier for this log record. |
►
String
toString()
Renders a LogRecord to a string.