JavaScript is disabled on your browser.
Skip navigation links
Infinispan 15.0.14.Final
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.infinispan.util.logging
Interface LogSupplier
public interface
LogSupplier
Provides a
Log
instance to use.
Since:
12.0
Author:
Pedro Ruivo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
org.infinispan.util.logging.Log
getLog
()
boolean
isTraceEnabled
()
Method Details
isTraceEnabled
boolean
isTraceEnabled
()
Returns:
true
if "TRACE" is enabled in this
Log
instance,
false
otherwise.
getLog
org.infinispan.util.logging.Log
getLog
()
Returns:
The
Log
instance.