Hi, --- Chris Kimpton <[EMAIL PROTECTED]> wrote: > I have had to add a log4j.properties file covering the stratum, > torque and fulcrum appenders - this doesn't sound right - but maybe > this is the first time several disparate log4j-using components > have > been used together? >
The logical solution to this seems to be to extend the turbine-2 Log4JavaLogger to provide appenders for torque, fulcrum and stratum. Thus I propose to extend the LoggingConfig to have a couple more properties to configure the logging facility: ..category - set to nothing to use the root category - which is probably all that will make the above work together ..layout - class to use for layout ..layout.pattern - patten to use for layout (if PatternLayout) ..append - true/false - whether the log file is appended to or started from afresh So - the changes will affect TR.props, PropertiesLoggingConfig, LoggingConfig and Log4JavaLogger. Does this sound like the correct way to solve this problem? Regards, Chris ===== ------------------------------------------ http://www.soccer2002.org.uk __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
