Errorhandler for node command line app or middleware.

This just logs error messages to logger, using an output format similar to that of compilers and Unix tools.

Implements Errorhandler.

Constructor

new PlatformErrorhandler()

Name Description
configure Configuration method.
error
fatalError
warning

Member Details

configure(args)

Configuration method.

Parameters

Name Type Description
args Object.<string, string>

Map of configuration properties

error()
See:
Errorhandler#error
fatalError()
See:
Errorhandler#fatalError
warning()
See:
Errorhandler#warning