Previous Topic: Configure Rollover Settings for Selected Log FilesNext Topic: Complete the Prerequisites


Tracking Log Statements in Memory

The log appender called as the in-memory appender allows writing messages to the memory till an error message occurs. Once the error message occurs it is logged to the log file. The in-memory appender performs the following functions:

Note: The error.log is the default file name and you can rename it to a name of your choice.

The in-memory appender is implemented to log events under com.ca.usm package only. Using the in-memory appender improves the performance as the log statements are filtered at the appender level.

The following diagram explains the process of customizing the configuration file and updating the threshold parameter in the log4j.xml file.

Track Log Statements in Memory

More Information: