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
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
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