public interface LoggingAwareProducer
| Modifier and Type | Method and Description |
|---|---|
void |
disableLogging()
Disables logging of all method calls.
|
void |
enableLogging()
Enables logging of all methods calls.
|
boolean |
isLoggingEnabled()
Returns true if logging is currently enabled.
|
boolean |
isLoggingSupported()
Returns true if the logging is supported by this producer.
|
boolean isLoggingEnabled()
boolean isLoggingSupported()
void enableLogging()
void disableLogging()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.