打酱油的萧萧

一个打酱油的程序员
[转]Log4cxx配置文件介绍
STL容器介绍

[转]log4cxx以时间,大小的备份

萧萧 posted @ 2010年8月04日 21:31 in C/C++ with tags log4cxx c++ , 3563 阅读

 一、按照一定时间产生日志文件,配置文件如下: 

# Set root logger level to ERROR and its only appender to A1. 

log4j.rootLogger=ERROR,R 

 

# R is set to be a DailyRollingFileAppender. 

log4j.appender.R=org.apache.log4j.DailyRollingFileAppender 

   

log4j.appender.R.File=backup.log 

log4j.appender.R.DatePattern = '.'yyyy-MM-dd 

log4j.appender.R.layout=org.apache.log4j.PatternLayout 

log4j.appender.R.layout.ConversionPattern=%-d{yyyy-MM-dd HH:mm:ss} [%c]-[%p] %m%n 

 

以上配置是每天产生一个备份文件。其中备份文件的名字叫backup.log。

具体的效果是这样:当天的日志信息记录在backup.log文件中,前一天的记录在名称为 backup.log.yyyy-mm-dd 的文件中。 

类似的,如果需要每月产生一个文件可以修改上面的配置: 

log4j.appender.R.DatePattern = '.'yyyy-MM-dd 

改为  log4j.appender.R.DatePattern = '.'yyyy-MM 

 

按照分钟切割日志:log4j.appender.A1.DatePattern='.'yyyy-MM-dd-HH-mm

 

二、根据日志文件大小自动产生新日志文件 

配置文件内容如下: 

# Set root logger level to ERROR and its only appender to A1. 

log4j.rootLogger=ERROR,R 

 

# R is set to be a RollingFileAppender. 

log4j.appender.R=org.apache.log4j.RollingFileAppender 

 

log4j.appender.R.File=backup.log 

#log4j.appender.R.MaxFileSize=100KB 

 

# Keep one backup file 

log4j.appender.R.MaxBackupIndex=1 

log4j.appender.R.layout=org.apache.log4j.PatternLayout 

log4j.appender.R.layout.ConversionPattern=%-d{yyyy-MM-dd HH:mm:ss} [%c]-[%p] %m%n 

 

其中: 

#日志文件的大小 

log4j.appender.R.MaxFileSize=100KB

# 保存一个备份文件 

log4j.appender.R.MaxBackupIndex=1

 

I need someone to do 说:
2018年7月06日 15:24

The mod log automatically logs all customer requests. If you would like to generate a custom log then you ought to compose another logging module.

facebook baixar 说:
2018年7月12日 10:42

I have many dreams, I like that. And I will do them gradually. Although throughout the contest she was not one of the prominent candidates, but in all the contest she will do very well and convincingly.

ludo king games 说:
2018年8月17日 17:38

I vote both, when I vote down I definitely state why. I think that if someone voted down without a comment I would find the person and ask why they voted down.

vex 3 说:
2018年10月15日 15:44

A very interesting topic that I have considered, I think this is one of the most important information for me. And I'm glad to read your post. Thanks for sharing!

email login 说:
2018年11月15日 12:09

I hope to hear more news from you. Thank you for sharing the nice article

bloons tower defense 说:
2018年12月01日 12:20

当天的日志信息记录在backup.log文件中,前一天的记录在名称为 backup.log.yyyy-mm-dd 的文件中。

my little pony games 说:
2019年1月05日 16:14

Your posts has very useful for me. I'll save it to reference.

Douchebag Workout 说:
2019年3月11日 16:40

If there are many sad stories, share it with the people you trust. Sharing helps people get closer together and you also relieve some of that sadness.

krish 说:
2019年3月25日 19:20

there are very interesting article so if one think in mind good Adidas http://bingrewards.info

LIC Merchant 说:
2019年6月01日 04:11

This is a very good post .Thanks for letting us know some good tips . I
like your many articles it will help not only me and also many newbie

FB Downloader 说:
2019年6月06日 04:05

This is a not very horrendous blog I was really gotten
with the bit of reasons for interest you have here. click here to get free facebok video downloader

windows 10 image dow 说:
2020年1月10日 16:32

Nice post visit here to know more about windows 10 operating system.

1v1 lol 说:
2020年4月14日 16:25

I read your post. It is very informative and helpful to me. I admire the message valuable information you provided in your article. Thank you for posting, again!

cleaning services 说:
2021年8月27日 18:56

property or home maintenance is the obvious way to ensure legitimate value in addition to cleanliness along the board. For instance power laundering, along having internal clean-up, garbage disposal, and more to guarantee true vibrancy in addition to shine.

live in maids dubai 说:
2021年9月01日 16:04

you must remember this cleaning companies are usually not maid expert services. They will likely not jump right up and conduct your recipes and walk the dog and purchase your grimy socks. For you to do all of your beforehand. They will deal with everything altogether different. If you require your floor cleaned they usually offer this service, they should do them. If you require your floors mopped plus cleaned, they should do them. But it's for you to decide to be certain that it what food was in least a bit more swept right up. If you will be older around age, you ought to enlist without the intervention of a next-doors or some other person that you actually trust that can assist you tidy up before hand. However, leave what's left to a cleaning company-they're there to support.

Assam HSLC English M 说:
2022年9月28日 01:43

Board of Secondary Education, Assam is known as SEBA is conducted the English subject examination tests along with all examination tests for all government and private schools General curriculum and vocational course students as Unit Tests, Term, three months (Quarterly), Assam HSLC English Model Paper six months (Half Yearly), Pre-Final and annual final public examination tests to the academic year of 2023.

babysitting services 说:
2023年8月10日 17:33

What Now i'm getting at certainly is the idea which usually price isn't really the sole factor every customer decides a application contractor. The actual largest excuse Document hear right from paint builders is make either get rid of excess jobs as their fee is too much or always estimate an occupation correctly.

monthly maid service 说:
2024年2月01日 18:45

Excellent contractors recognize that preparation is vital for resilient effects. Structures with out previous color are better to paint due to the fact previous color generally has to be removed prior to starting the fresh layers. Questionable water jets tend to be used simply by industrial portray contractors to scrub surfaces just before applying color.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter