|
|
Sponsor |
Re: Can I have time stamp in log file name?: msg#00063apache.logging.log4cxx.user
Soon. You can get this capability using log4j's RollingFileAppender with a TimeBasedRollingPolicy. You can configure it like: <appender name="ROLL" class="org.apache.log4j.rolling.RollingFileAppender"> <rollingPolicy class="org.apache.log4j.rolling.TimeBasedRollingPolicy"> <param name="fileNamePattern" value="output/test1-%d{yyyy-MM-dd_HH_mm_ss}"/> </rollingPolicy> <layout class="org.apache.log4j.PatternLayout"> <param name="ConversionPattern" value="%c{1} - %m%n"/> </layout> </appender> DailyRollingFileAppender is deprecated in log4j has already been removed from log4cxx. RollingFileAppender, supporting classes and related tests will be ported to log4cxx before 0.9.8 is released (http://issues.apache.org/jira/browse/LOGCXX-52)
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Can I have time stamp in log file name?, Jess . Morecroft |
|---|---|
| Next by Date: | RE: Can I have time stamp in log file name?, Prakash Kadam |
| Previous by Thread: | RE: Can I have time stamp in log file name?, Jess . Morecroft |
| Next by Thread: | RE: Can I have time stamp in log file name?, Prakash Kadam |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|