Logger
Logging is a very important part of the migration process, as it allows for adequate reporting and debugging. The logger component allows you to log messages to the console. Using different types of log messages, you can easily distinguish between different types of messages.
The messages are stored in the System Database, which is configured by the XILL4_SYSTEM_MONGO_CONNECTION
environment variable (See Environment Variables for more details).
At any moment during the migration process, you can view the log messages through the Console
Handlebars
This component lets you use Handlebars templates. More information about Handlebars can be found in this section
Configuration
Type
- Debug: Creates a log record with the type
debug
. - Error: Throws an error and creates a log record with the type
error
. - Info: Creates a log record with the type
info
. - Warning: Creates a log record with the type
warn
.
Message
The message to log to the console. You can use Handlebars to create dynamic messages.
Inputs
Input Any data