标签:des style blog http io ar for sp 2014
Overview of the log4j architecture:
The architecture of the log4j API is layerd. Each layer consist of different objects performing different task.
The Top layer captures the logging information
The middle layer is involved in analyzing and authorizing the logging information
The bottom layer is responsible for formating and publishing the logging information
In essence, log4j consist of three types of primary objects:
Apart form them, there are several auxiliary objects that can plug and play to any layer of the API:
it‘s time to discuss how they interact with each other:
标签:des style blog http io ar for sp 2014
原文地址:http://www.cnblogs.com/woodynd/p/4020590.html