Amidst all this this discussion on trace or no trace, I'd like to bring up
the topic of domains, which some have said will make the need for trace
uneccessary.

1. Whats the latest detail available for public consumption on domains?
Sometime back in Novemver or December, we got a small peek at domains
through one or two slides from ApacheCon.  Its been a while since I've seen
those slides and can't seem to find them to refresh my memory.

2. Whats the relationship to domains and levels, and loggers again?

I'm working on a logging project right now that seems to scream for what I
think  domains is trying to solve.

Right now, I'm using log4j in the recommended way, I think, and that is to
name my loggers based on the name of the class performing the logging, ie:

// psuedo-code here...
public class Dude
  private Logger log = Logger.getLogger(Dude.class);

This is well and good, but it limits my dimentionality.  For instance, I
need to have "loggers" based on purpose:

- a notification logger - for alerting operations
- an audit logger - send transaction result to a db
- a general application logger - for offline root cause analysis, etc.

3.Is this the thing domains are trying to solve?

4. Whats the next milestone for the domain feature?

Thanks in advance.

doug


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to