Uses of Class
org.wso2.carbon.logging.view.data.LogEvent
-
Packages that use LogEvent Package Description org.wso2.carbon.logging.view.appenders org.wso2.carbon.logging.view.internal org.wso2.carbon.logging.view.services -
-
Uses of LogEvent in org.wso2.carbon.logging.view.appenders
Constructor parameters in org.wso2.carbon.logging.view.appenders with type arguments of type LogEvent Constructor Description LoggingAppender(org.wso2.carbon.utils.logging.CircularBuffer<LogEvent> logBuffer)
-
Uses of LogEvent in org.wso2.carbon.logging.view.internal
Methods in org.wso2.carbon.logging.view.internal that return types with arguments of type LogEvent Modifier and Type Method Description org.wso2.carbon.utils.logging.CircularBuffer<LogEvent>
DataHolder. getLogBuffer()
-
Uses of LogEvent in org.wso2.carbon.logging.view.services
Methods in org.wso2.carbon.logging.view.services that return LogEvent Modifier and Type Method Description LogEvent[]
LogViewerService. getAllSystemLogs()
Return all logs in system
-