Uses of Enum
com.google.cloud.logging.LoggingHandler.LogTarget
Packages that use LoggingHandler.LogTarget
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of LoggingHandler.LogTarget in com.google.cloud.logging
Methods in com.google.cloud.logging that return LoggingHandler.LogTargetModifier and TypeMethodDescriptionLoggingHandler.getLogTarget()static LoggingHandler.LogTargetReturns the enum constant of this type with the specified name.static LoggingHandler.LogTarget[]LoggingHandler.LogTarget.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.logging with parameters of type LoggingHandler.LogTargetModifier and TypeMethodDescriptionvoidLoggingHandler.setLogTarget(LoggingHandler.LogTarget value) Configure the destination for ingested logs.