log4j

understanding apache log4j: logging information can even be distributed over jave message service or jdbc, or can be output to a tcp/ip socket. the architecture of the log4j is layered. each layer consists of different objects performing different tasks. the top layer captures the logging information, the middle layer is involved in analyzing and authorizing the logging information and the bottom layer is responsibel for formattinf and publish the logging information to a destination. in essence, log4j consists of three types of primary objects: logger is responsible for capturing logging information. appender object is responsible for publishing logging information to various preferred destinations. each appender object will have at least one target destination attached to it. layout object is used to format logging information in different styles. appender objects utilize layout objects before publishing logging information. layout objects pay an important role in publishing logging information in a way that is human readable and resuable.level object denotes the priority or severity associated with a logging message. a logger and appender can have threshold levels associated with them. logging messages get filtered according to how their levels compare to those of both the logger and appender. apache log4j provides various layout objects each of which can format logging data according to variuos latouts. the structure of logging information can vary in terms of the message content, the type of the content and the way the information is presented.but in abstract terms, all logging information can be organized into a header, body and footer. the header may present an introduction to the message; the body contains the logging information and the footer section can contain some hint about the content of the message.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值