Transformer SDK For C  7.1.9.29929-d422075
Configuration: JTM

log-level

Type: String
Default: INFO

Specify the level at which logs are reported. This can take the following values (in order of decreasing severity/increasing verbosity):

log-level name Description
CRIT Reports critical errors that prevent the application from running.
ERROR Reports serious errors regarding network connections and all errors included in the CRIT log level.
NOTIFY Reports errors regarding data corruptions and all errors included in the ERROR and CRIT log levels.
WARN Reports minor errors and all errors included in the NOTIFY, ERROR and CRIT log levels.
INFO Reports events and information regarding normal operation, and all errors included in the WARN, NOTIFY, ERROR and CRIT log levels.
DEBUG Reports tracing information and all logs at a higher level.
FINER Reports more deatiled tracing information and all logs at a higher level.
FINEST Reports more deatiled tracing information and all logs at a higher level.

module-classid

Type: String
Default: None

Class ID of the module


module-logfile

Type: String
Default: None

Log filename


ignore-wildcards

Type: Boolean
Default: FALSE

Ignore wildcard characters like * or ?


module-multi-request

Type: Boolean
Default: FALSE

Allow multiple requests to module


add-java-module

Configuration group add-java-module

Add a java module to be loaded

name

Type: String
Default: None

Name of the Java module


classid

Type: String
Default: None

Class ID of the module


logfile

Type: String
Default: None

Log filename


log-level

Type: String
Default: INFO

Log filename


ignore-wildcards

Type: Boolean
Default: FALSE

Ignroe wildcard characters like * or ?


multi-request

Type: Boolean
Default: FALSE

Allow multiple requests to module




Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C