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 booleanisDebugEnabled()booleanisTraceEnabled()voidsetDebug(boolean enabled)voidsetTrace(boolean enabled)
-
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin interfaceFastLogMBean
-
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabledin interfaceFastLogMBean
-
setDebug
public void setDebug(boolean enabled)
- Specified by:
setDebugin interfaceFastLogMBean
-
setTrace
public void setTrace(boolean enabled)
- Specified by:
setTracein interfaceFastLogMBean
-
-