Get the Newsletter

developmentLogging

A Method

developmentLogging(level?: string): FrameworkConfiguration

Plugs in the ConsoleAppender and sets the log level to debug.

Parameters

level?: string
The log level (none/error/warn/info/debug), default to 'debug'.

Returns

Returns the current FrameworkConfiguration instance.