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 booleanenabled
-
Constructor Summary
Constructors Constructor Description AutoValue_LoggerConfig(boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisEnabled()Returnstrueif this logger is enabled.java.lang.StringtoString()-
Methods inherited from class io.opentelemetry.sdk.logs.internal.LoggerConfig
configuratorBuilder, defaultConfig, disabled, enabled
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Description copied from class:LoggerConfigReturnstrueif this logger is enabled. Defaults totrue.- Specified by:
isEnabledin classLoggerConfig
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-