Interface ConsoleOutputOptions

interface ConsoleOutputOptions {
    items: any[];
    level: ConsoleLogLevel;
}

Properties

Properties

items: any[]

The items to log, they will be serialized to json if they're not a string

level: ConsoleLogLevel

Generated using TypeDoc