Re: [hibernate-dev] Loggers and categories

2014-05-08 Thread Hardy Ferentschik
On 8 Jan 2014, at 19:19, Steve Ebersole wrote: > So a few follow ups question here. > > First, wrt @MessageLogger/@LogMessage versus @MessageBundle do we want to > split these? For what it’s worth, we do the split in Validator. I think I prefer it this way, but have no strong feeling about

Re: [hibernate-dev] Loggers and categories

2014-05-08 Thread Steve Ebersole
So a few follow ups question here. First, wrt @MessageLogger/@LogMessage versus @MessageBundle do we want to split these? The cliff notes version is that @MessageBundle (and @Message) is used to define parameterized messages for translation; @MessageLogger/@LogMessage further says that resulting

Re: [hibernate-dev] Loggers and categories

2014-05-08 Thread Steve Ebersole
For those that did not see the Scanning/Jandex Pull Request I sent earlier, it includes some initial proofing along these lines. Essentially I started creating a set of distinct, functional-based MessageLoggers which log to dedicated categories per functional area. Samples are by far the best way

[hibernate-dev] Loggers and categories

2014-04-17 Thread Steve Ebersole
Wanted to revisit something that's been bothering me ever since we moved to JBoss Logging : the definition of loggers. While I think we have always understood that there are really 2 different audiences for log messages, I think I have come to have a more clear understanding of what that means and