Class AutoValue_LoggerConfig
- java.lang.Object
-
- io.opentelemetry.sdk.logs.internal.LoggerConfig
-
- io.opentelemetry.sdk.logs.internal.AutoValue_LoggerConfig
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_LoggerConfig extends LoggerConfig
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
enabled
-
Constructor Summary
Constructors Constructor Description AutoValue_LoggerConfig(boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
boolean
isEnabled()
Returnstrue
if this logger is enabled.java.lang.String
toString()
-
Methods inherited from class io.opentelemetry.sdk.logs.internal.LoggerConfig
configuratorBuilder, defaultConfig, disabled, enabled
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Description copied from class:LoggerConfig
Returnstrue
if this logger is enabled. Defaults totrue
.- Specified by:
isEnabled
in classLoggerConfig
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-