Use this type of emitter if you are unable to configure the TEXTFILE or BINFILE emitters due to web server permission restrictions.
Add the required properties for the JAVALOGGER emitter to the mfjvm.ctf configuration file:
Property | Description | Default |
---|---|---|
FORMAT | The format to be used for each trace data record written to the file. You can use the following pseudo-variables in the format
specification:
|
$(TIME) $(COMPONENT) $(EVENT) $(LEVEL) $(DATA) |
The tracing levels set by $(LEVEL) map to the following levels used in the Java logging API:
Micro Focus tracing levels | Java logging API tracing levels |
---|---|
Debug | Config |
Info | Info |
Warn | Warning |
Error | Severe |
Fatal | Severe |
Refer to your Java logging API documentation for the details traced for each level.