Variable: PluginRuntimeLogRecordSchema
constPluginRuntimeLogRecordSchema:TObject<{at:TInteger;count:TOptional<TInteger>;level:TUnion<TLiteral<"error"|"debug"|"log"|"info"|"warn"|"trace">[]>;message:TString; }>
Defined in: packages/contracts/src/pluginRuntime.ts:731
One formatted plugin console record (§9.1.1/§9.1.2, §15.7).