SourceMetadata interface
Metadata used in identifying where in the source code a log occurred.
Signature:
export interface SourceMetadata
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The full name of the file where this was created. | ||
string | (Optional) The name of the function where this was created. | ||
number | The line number in the file where this was created. | ||
string | (Optional) The nearest function name of where this was created. |