Enumeration LogOutputType

Supported log output types.

Enumeration Members

Enumeration Members

Error

Logged to stderr if the current environment supports it, or just console.error.

Standard

Logged to stdout if the current environment supports it, or just console.log.