Interface GetLogsOptions

interface GetLogsOptions {
    includeChildren?: boolean;
    level?: LevelWithSilent;
    minLevel?: LevelWithSilent;
}

Properties

includeChildren?: boolean
minLevel?: LevelWithSilent