Uses of Enum
com.google.cloud.pubsub.v1.LoggingUtil.SubSystem
Packages that use LoggingUtil.SubSystem
-
Uses of LoggingUtil.SubSystem in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return LoggingUtil.SubSystemModifier and TypeMethodDescriptionstatic LoggingUtil.SubSystemReturns the enum constant of this type with the specified name.static LoggingUtil.SubSystem[]LoggingUtil.SubSystem.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.pubsub.v1 with parameters of type LoggingUtil.SubSystemModifier and TypeMethodDescriptionvoidLoggingUtil.logEvent(LoggingUtil.SubSystem subSystem, Level level, String msg, Object... params) voidLoggingUtil.logPublisher(LoggingUtil.SubSystem subSystem, Level level, String msg, PubsubMessageWrapper messageWrapper) voidLoggingUtil.logSubscriber(LoggingUtil.SubSystem subSystem, Level level, String msg, PubsubMessageWrapper messageWrapper, String ackId, boolean exactlyOnceDeliveryEnabled) voidLoggingUtil.logSubscriberWithThrowable(LoggingUtil.SubSystem subSystem, Level level, String msg, PubsubMessageWrapper messageWrapper, String ackId, boolean exactlyOnceDeliveryEnabled, Throwable throwable)