Logging Tab
Use the Logging tab to manage and configure log sinks.
The adapter defines traces with different roles and sends them to log sinks with the corresponding role. You can either use the default standard I/O for logging or fine-tune where and when different types of information are sent by defining sinks and mapping each sink to one or more roles.
All Log Sinks Panel
If you are using custom roles, use the All Log Sinks panel to add or remove log sinks and their roles as described in Adding Log Sinks.
Configuration Panel
In the Configuration Panel of a sink, you can specify the logging options for the sink.
Log Level Panel
In the Log Level panel, you can specify a log level. Different log level defines different trace messages.
The following is the Log Level panel:
Field | Description |
---|---|
Log To Standard I/O | Select this check box to use the console window for logging when you start the adapter configuration.
You can send the information to multiple locations, and you can choose to log one or more message types. This check box is selected by default |
Log Info Messages | Select this check box to send all messages of type
INFO to the specified locations.
This check box is selected by default. |
Log Debug Messages | Select this check box to send all messages of type
DEBUG to the specified locations.
This check box is cleared by default. |
Log Warning Messages | Select this check box to send all messages of type
WARNING to the specified locations.
This check box is selected by default. |
Log Error Messages | Select this check box to send all messages of type
ERROR to the specified locations.
This check box is selected by default. |