Package com.linkedin.alpini.log
Interface FastLogMBean
-
- All Known Implementing Classes:
FastLog
public interface FastLogMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDebugEnabled()
boolean
isTraceEnabled()
void
setDebug(boolean enabled)
void
setTrace(boolean enabled)
-