Uses of Interface
org.apache.dubbo.common.logger.ErrorTypeAwareLogger
Packages that use ErrorTypeAwareLogger
Package
Description
-
Uses of ErrorTypeAwareLogger in org.apache.dubbo.common.config
Fields in org.apache.dubbo.common.config declared as ErrorTypeAwareLoggerModifier and TypeFieldDescriptionstatic final ErrorTypeAwareLoggerConfiguration.interfaceLevelLogger -
Uses of ErrorTypeAwareLogger in org.apache.dubbo.common.logger
Subinterfaces of ErrorTypeAwareLogger in org.apache.dubbo.common.loggerModifier and TypeInterfaceDescriptioninterfaceLoggers that can register to listen to log messages.Methods in org.apache.dubbo.common.logger that return ErrorTypeAwareLoggerModifier and TypeMethodDescriptionstatic ErrorTypeAwareLoggerLoggerFactory.getErrorTypeAwareLogger(Class<?> key) Get error type aware logger by Class object.static ErrorTypeAwareLoggerLoggerFactory.getErrorTypeAwareLogger(String key) Get error type aware logger by a String key. -
Uses of ErrorTypeAwareLogger in org.apache.dubbo.common.logger.support
Classes in org.apache.dubbo.common.logger.support that implement ErrorTypeAwareLoggerModifier and TypeClassDescriptionclassA fail-safe (ignoring exception thrown by logger) wrapper of error type aware logger.