public static interface TracingLogger.Event
Modifier and Type | Method and Description |
---|---|
String |
category()
Category of event, more events share same category.
|
TracingLogger.Level |
level()
Level of event.
|
String |
messageFormat()
Message format.
|
String |
name()
Name of event, should be unique.
|
String name()
String category()
TracingLogger.Level level()
String messageFormat()
String.format(String, Object...)
format.
Can be null. In that case message arguments are separated by space.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.