Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BrowserConsoleLogOptions

Index

Properties

Properties

Optional format

format: string

The format is a string where %b, %t, %T, and %m are replaced with the browser string, log type in lower-case, log type in uppercase, and log message, respectively. This format will only effect the output file

Optional level

level: "log" | "error" | "warn" | "info" | "debug"

the desired log-level, where level log always is logged

Optional path

path: string

output-path of the output-file

Optional terminal

terminal: boolean

if the log should be written in the terminal, or not

Generated using TypeDoc