Package io.opentelemetry.api.internal
Class ApiUsageLogger
- java.lang.Object
-
- io.opentelemetry.api.internal.ApiUsageLogger
-
public final class ApiUsageLogger extends java.lang.ObjectHelper for API misuse logging.This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.LoggerAPI_USAGE_LOGGER
-
Constructor Summary
Constructors Modifier Constructor Description privateApiUsageLogger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlog(java.lang.String message)Log themessageto theAPI Usage Logger.static voidlog(java.lang.String message, java.util.logging.Level level)Log themessageto theAPI Usage Logger.
-