Package com.linkedin.alpini.log
Class FastLog
- java.lang.Object
-
- com.linkedin.alpini.log.FastLog
-
- All Implemented Interfaces:
FastLogMBean
public class FastLog extends java.lang.Object implements FastLogMBean
-
-
Constructor Summary
Constructors Constructor Description FastLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDebugEnabled()
boolean
isTraceEnabled()
void
setDebug(boolean enabled)
void
setTrace(boolean enabled)
-
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interfaceFastLogMBean
-
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled
in interfaceFastLogMBean
-
setDebug
public void setDebug(boolean enabled)
- Specified by:
setDebug
in interfaceFastLogMBean
-
setTrace
public void setTrace(boolean enabled)
- Specified by:
setTrace
in interfaceFastLogMBean
-
-