console

dwv.utils.logger. console

Members

(static) level

Source:

Default console logger.

Methods

(static) debug(msg)

Source:

Log a debug message. Careful: depends on console settings.

Parameters:
Name Type Description
msg string

The message to log.

(static) error(msg)

Source:

Log an error message.

Parameters:
Name Type Description
msg string

The message to log.

(static) info(msg)

Source:

Log an info message.

Parameters:
Name Type Description
msg string

The message to log.

(static) trace(msg)

Source:

Log a trace message.

Parameters:
Name Type Description
msg string

The message to log.

(static) warn(msg)

Source:

Log a warn message.

Parameters:
Name Type Description
msg string

The message to log.