8143229: Replace the develop level with develop macros in Unified Logging

Reviewed-by: brutisso, coleenp, dholmes, rprotacio
This commit is contained in:
Marcus Larsson 2015-11-20 12:42:21 +01:00
parent dd059bb29f
commit 961fbacd76
4 changed files with 17 additions and 13 deletions

View file

@ -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);