Package io.opentelemetry.api.internal
Class ApiUsageLogger
- java.lang.Object
-
- io.opentelemetry.api.internal.ApiUsageLogger
-
public final class ApiUsageLogger extends java.lang.Object
Helper 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.Logger
API_USAGE_LOGGER
-
Constructor Summary
Constructors Modifier Constructor Description private
ApiUsageLogger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
log(java.lang.String message)
Log themessage
to theAPI Usage Logger
.static void
log(java.lang.String message, java.util.logging.Level level)
Log themessage
to theAPI Usage Logger
.
-