API reference › @evolu/common › Console › ConsoleEntry
Defined in: packages/common/src/Console.ts:194
Structured log entry captured by Console.
Contains all information needed for outputs to route the log: method for routing, path for context, and the original arguments.
Properties
args
readonly args: readonly unknown[];
Defined in: packages/common/src/Console.ts:202
Original arguments passed to the console method.
method
readonly method: ConsoleMethod;
Defined in: packages/common/src/Console.ts:196
The console method that was called.
path
readonly path: readonly string[];
Defined in: packages/common/src/Console.ts:199
Hierarchical path from Console.child calls (e.g., ["relay", "db"]).