-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Jerome Duquennoy edited this page Jul 27, 2015
·
5 revisions
TODO
Configuring the logging system means defining
- The appenders and their formatters
- The root logger
- All additional loggers you may wish
Please see the general architecture section for more details on all those objects.
The logging system can be configured in two ways :
Both methods can be combined if needed.
Log4swift's architecture that is similar in many points to log4j's one. It is base on a reduced set of objects :
See the dedicated pages for detailed explanation of how each object works :