RE: Serialization of LoggingEvent message field

2003-07-23 Thread Steve Ebersole
What do you mean by "Localization Info"? Are you talking about the LocationInfo object? Or some kind of custom i18n/localized data? -Original Message- From: Sanjay Gupta (sanjaygu) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 8:04 PM To: [EMAIL PROTECTED] Subject: Serializa

Serialization of LoggingEvent message field

2003-07-23 Thread Sanjay Gupta \(sanjaygu\)
Hi, I am sending the LoggingEvent over wire (SocketAppender). The message object in my case is a custom object I created called a LoggerMessage. This is a simple container class which holds multiple fields (all serializable) that we need to transfer over the wire. Now obviously we are unable to

Logger question

2003-07-23 Thread Satrasala, Sudhakar
Hi, I have 3 loggers in my application. Each logger has it's own FileAppender. Can I log specific messages to the attached appenders, without setting a level/priority. The code looks like this: Logger log = Logger.getLogger("LogAppTest"); Logger log1 = Logger.getLogger("LogAppTest1");

log4c#

2003-07-23 Thread Todd . Desimone
Dear log4j-user, I did not see c# in your list of "Ports to other languages". Are there plans to port log4j to c#? I did find information on "csharp-logger" on http://sourceforge.net/projects/csharp-logger/. It does not appear to be from the Apache Jakarta Project. Thanks, Todd Senior Ap

Question about late localisation

2003-07-23 Thread Pruente Kai
Hi, I have a question and suggestion about localisation. I already found some similar request, but no answer in the mailing list. Log4j provides the l7* methods for localisation. However theses methods are converting the key directly into the localised message. I am thinking about having two dif

RE: Newbie JMSAppender Problems

2003-07-23 Thread wibler02
I started using log4j 1.2.8 but was informed that I would not be able to upgrade log4j on the target release machine. Here is the stack trace, output and a snippet of the code where the error occurs. Here is the code snippet... private InitialContext ctx = null; public stati

Re: Newbie JMSAppender Problems

2003-07-23 Thread Ceki Gülcü
The actual stack trace of the exception would have been useful. Is the jndi.properties file found? You might want to try log4j 1.2.8 where you can specify the properties that are in jndi.properties within the log4j config file. At 09:14 AM 7/23/2003 +0100, [EMAIL PROTECTED] wrote: Hi, I'm havin

Newbie JMSAppender Problems

2003-07-23 Thread wibler02
Hi, I'm having problems using the JMSAppender. I'm using JBoss 2.4.4 and Log4J 1.1.2 . What happens is I get a NamaingException when configuring the JMSAppender. My log4j.properties files looks like this... log4j.debug=true log4j.rootCategory=ALL, jms #now lets go for the JMS log log4j.ap

classes in different VM log into different log files

2003-07-23 Thread wayshue
hi, I am a new log4j user. I need to write a wrapper class LogUtil to hide the usage of log4j(version 1.1.3) from other developers. We have some classes reside in Tomcat, and have some classes reside in our server VM. how do i seperate them into two different files? any examples of the log4j.prop