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.

|
Copyright © 2013 CA.
All rights reserved.
|
|