RFR (L): 8046148: JEP 158 Unified JVM Logging

Marcus Larsson marcus.larsson at oracle.com
Tue Sep 8 12:16:23 UTC 2015


Hi,

On 2015-09-08 13:55, Kirk Pepperdine wrote:
> Hi,
>>> Once implemented, will the current output formats still be available?
>> Currently there is no specific support for XML output in the unified logging framework. Output can be directed either to stdout, stderr or plain text files. I'm not entirely sure how the migration of the XML logging will be done. Perhaps it will be preceded by an RFE to add better support for XML outputs in the unified logging framework, or it might just be treated as a regular text file.
> My question is, can output from different tags be directed to different files?

Yes. The log configuration allows you to specify exactly which tags on 
what level should go to which output. This is all described in the JEP.

Marcus

>
> Regards,
> Kirk
>



More information about the hotspot-dev mailing list