Uses of Class
org.wso2.carbon.logging.view.ui.data.LogFileInfo
-
Packages that use LogFileInfo Package Description org.wso2.carbon.logging.view.ui org.wso2.carbon.logging.view.ui.data -
-
Uses of LogFileInfo in org.wso2.carbon.logging.view.ui
Methods in org.wso2.carbon.logging.view.ui that return types with arguments of type LogFileInfo Modifier and Type Method Description List<LogFileInfo>
LogFileProvider. getLogFileInfoList(String tenantDomain, String serverKey)
This method will return the information of log files in repository/logs. -
Uses of LogFileInfo in org.wso2.carbon.logging.view.ui.data
Methods in org.wso2.carbon.logging.view.ui.data that return LogFileInfo Modifier and Type Method Description LogFileInfo[]
PaginatedLogFileInfo. getLogFileInfo()
Methods in org.wso2.carbon.logging.view.ui.data with parameters of type LogFileInfo Modifier and Type Method Description void
PaginatedLogFileInfo. setLogFileInfo(LogFileInfo[] logFileInfo)
-