Class LoggerType


  • public final class LoggerType
    extends com.azure.core.util.ExpandableStringEnum<LoggerType>
    Defines values for LoggerType.
    • Field Detail

      • AZURE_EVENT_HUB

        public static final LoggerType AZURE_EVENT_HUB
        Static value azureEventHub for LoggerType.
      • APPLICATION_INSIGHTS

        public static final LoggerType APPLICATION_INSIGHTS
        Static value applicationInsights for LoggerType.
      • AZURE_MONITOR

        public static final LoggerType AZURE_MONITOR
        Static value azureMonitor for LoggerType.
    • Constructor Detail

      • LoggerType

        public LoggerType()
    • Method Detail

      • fromString

        public static LoggerType fromString​(String name)
        Creates or finds a LoggerType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding LoggerType.