Overview of log4net built-in modules
masterlog4net provides several built-in modules to handle different aspects of the logging pipeline:
- Appenders: Responsible for directing log events to specific destinations such as files, network sockets, databases, or SMTP servers.
- Layouts: Responsible for formatting the log output. Supported formats include Text, XML, JSON, and Syslog.
- Filters: Responsible for deciding which log events should be processed based on criteria like log levels or regular expressions.