Class CarbonLogFilter
- java.lang.Object
-
- org.wso2.carbon.bootstrap.logging.filters.CarbonLogFilter
-
-
Constructor Summary
Constructors Constructor Description CarbonLogFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLoggable(LogRecord logRecord)Filters out the logs printed before OSGi is started and after OSGi is stopped.
-
-
-
Method Detail
-
isLoggable
public boolean isLoggable(LogRecord logRecord)
Filters out the logs printed before OSGi is started and after OSGi is stopped.- Specified by:
isLoggablein interfaceFilter- Parameters:
logRecord- the logRecord object- Returns:
- boolean true/false
-
-