Skip to main content

_LogMeta_

Source code location metadata for a log entry. Indicates where in the subgraph's AssemblyScript code the log statement was executed.

type _LogMeta_ {
module: String!
line: Int!
column: Int!
}

Fields

_LogMeta_.module ● String! non-null scalar

The module or file path where the log was emitted

_LogMeta_.line ● Int! non-null scalar

The line number in the source file

_LogMeta_.column ● Int! non-null scalar

The column number in the source file