Uses of Class
org.wso2.carbon.logging.view.ui.data.LogEvent
-
Packages that use LogEvent Package Description org.wso2.carbon.logging.view.ui org.wso2.carbon.logging.view.ui.data -
-
Uses of LogEvent in org.wso2.carbon.logging.view.ui
Methods in org.wso2.carbon.logging.view.ui that return types with arguments of type LogEvent Modifier and Type Method Description List<LogEvent>
LogViewerClient. getAllLogs()
Take all the log events from buffer for the current tenant id. -
Uses of LogEvent in org.wso2.carbon.logging.view.ui.data
Methods in org.wso2.carbon.logging.view.ui.data that return LogEvent Modifier and Type Method Description LogEvent[]
PaginatedLogEvent. getLogInfo()
Methods in org.wso2.carbon.logging.view.ui.data with parameters of type LogEvent Modifier and Type Method Description void
PaginatedLogEvent. setLogInfo(LogEvent[] logEvt)
-