logging into different files

2006-10-11 Thread sudhakardvvn
Have an application where the number of threads that get launched are dynamic. Could be anywhere from 1 to 300 threads that could get launched at runtime. I would like to know if it is possible to setup a file appender for each thread and have the indiv threads write to their own file appender.

Where to put config file?

2006-09-13 Thread sudhakardvvn
HI, We are developing a new project which consists of 3 modules, in which 2 modules uses pure java classes and another module uses ejb's. I want seperate config files for each module. My question is where to put the config file and how to pass them to the class? Hope framed the question in

different logfile

2006-08-16 Thread sudhakardvvn
Hi, I want to know how can we use different log fiels for one application for different functionalities. for example I have to funcationalities in the application like registerUser() and granstAccessToUser() Thanks Sudhakar -- View this message in context:

Dynamic Logger in EJB

2006-08-08 Thread sudhakardvvn
Hi, I am using Log4j for logging in my ejb's. If any changes in log4j.properties file, I want to know whether it is possible to load the properites file without restarting the application server. Thanks in Advance Sudhakar -- View this message in context:

max size of backup file in DailyRollingFileAppender

2006-07-21 Thread sudhakardvvn
Hi , Can I set the max size of the backup fie when I am using DailyRollingFileAppender? Can I get the date as my log file name when using RollingFileAppender? Thanks in Advance Sudhakar -- View this message in context:

Re: TimeStamp for the backupfiles

2006-07-14 Thread sudhakardvvn
Is there any way that I can achieve this by using rollingFileAppender instead of DailyRollingFile Appender -- View this message in context: http://www.nabble.com/TimeStamp-for-the-backupfiles-tf1941557.html#a5321958 Sent from the Log4j - Users forum at Nabble.com.

debug-perf level

2006-07-14 Thread sudhakardvvn
What is debug-perf level in log4j? Is it a custom level? If yes can anybody please explain how can we configure it in xml configurator file. Thanks Sudhakar -- View this message in context: http://www.nabble.com/debug-perf-level-tf1941794.html#a5322152 Sent from the Log4j - Users forum at

TimeStamp for the backupfiles

2006-07-13 Thread sudhakardvvn
Hi, Iam using log4j in my applicaiton. I am using rollingFileAppender class for creating backup files. My backup log files will be logfile.1,logile.2 like that. I wany my backup log file names shoule be time stamped like this logfiel.14-07-06:12:00:00 . Can any body guide me how to achive it.

Log4j Configuration without use of configandwatch

2006-07-04 Thread sudhakardvvn
I am trying to figure out if there is a way to reload the properties file anytime it changes without restarting the system. One of our requirements is that the properties file can be changed and the logging will automatically change without restarting the system. I know you can use the