What are the configurable options for FooBarAppender?
Log4j uses JavaBeans style configuration. Thus, any setter method in FooBarAppender corresponds to a configurable option. For example, in RollingFileAppender the setMaxBackupIndex(int maxBackups) method corresponds to the maxBackupIndex option. The first letter of the option can be upper case, i.e. MaxBackupIndex and maxBackupIndex are equivalent but not MAXBACKUPIndex nor mAXBackupIndex. Layouts options are also defined by their setter methods. The same goes for most other log4j components.
Related Questions
- Does the NWSAMD product contain user configurable options and how are they configured?
- Does the NWSAMD product contain user configurable options and how are they configured?
- What security options are configurable for StegoStik⢠devices?
- What security options are configurable for StegoStik⢠devices?
- What are the configurable options for FooBarAppender?
- What are the configurable options for an appender?