Skip to main content

@rbxts/rlog > SourceMetadata

SourceMetadata interface

Metadata used in identifying where in the source code a log occurred.

Signature:

export interface SourceMetadata 

Properties

Property

Modifiers

Type

Description

file_path

string

The full name of the file where this was created.

function_name?

string

(Optional) The name of the function where this was created.

line_number

number

The line number in the file where this was created.

nearest_function_name?

string

(Optional) The nearest function name of where this was created.