Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Connection Management
  5. JDBC Client Configuration
  6. ODBC Client Configuration
  7. Access Control
  8. Logs
  9. High Availability
  10. Server Control
  11. Performance Tuning
  12. Troubleshooting

Administrator Guide

Administrator Guide

Custom Appender

Custom Appender

Create a custom appender to log events in a custom format by using log4j classes.
A custom appender can use any log4j appender class and you can specify multiple properties for the appender.
The built-in appenders have hidden properties that you cannot modify. A custom appender is an appender that either has a class that does not match a built-in appender class or a property that does not match the hidden properties of the built-in class. For example, the Rolling File appender has a hidden encoding property set to UTF-8. You can create a custom rolling file appender that has a different encoding property.
The following image shows a custom appender that uses the console appender class:
The custom appender has layout.conversionPattern, layout, and target properties defined. The Appender Class property is set to org.apache.log4j.ConsoleAppender

0 COMMENTS

We’d like to hear from you!