mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8143229: Replace the develop level with develop macros in Unified Logging
Reviewed-by: brutisso, coleenp, dholmes, rprotacio
This commit is contained in:
parent
dd059bb29f
commit
961fbacd76
4 changed files with 17 additions and 13 deletions
|
@ -44,6 +44,7 @@ void LogConfiguration::post_initialize() {
|
|||
LogDiagnosticCommand::registerCommand();
|
||||
LogHandle(logging) log;
|
||||
log.info("Log configuration fully initialized.");
|
||||
log_develop_info(logging)("Develop logging is available.");
|
||||
if (log.is_trace()) {
|
||||
ResourceMark rm;
|
||||
MutexLocker ml(LogConfiguration_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue