Skip to content
Jerome Duquennoy edited this page Jul 27, 2015 · 5 revisions

How to use Log4swift

Including it in your project

TODO

Configuring the log system

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.

General architecture

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 :

Clone this wiki locally