| Package | Description |
|---|---|
| psiprobe.beans |
Psi-Probe Beans Package.
|
| psiprobe.controllers.logs |
Psi-Probe Controllers Logs Package.
|
| psiprobe.model |
Psi-Probe Model Package.
|
| psiprobe.tools.logging |
Psi-Probe Logging Package.
|
| psiprobe.tools.logging.catalina |
Psi-Probe Catalina Logging Package.
|
| psiprobe.tools.logging.commons |
Psi-Probe Commons Logging Package.
|
| psiprobe.tools.logging.jdk |
Psi-Probe Java Util Logging Package.
|
| psiprobe.tools.logging.log4j |
Psi-Probe Log4j Package.
|
| psiprobe.tools.logging.log4j2 |
Psi-Probe Log4j2 Package.
|
| psiprobe.tools.logging.logback |
Psi-Probe Logback Package.
|
| psiprobe.tools.logging.slf4jlogback |
Psi-Probe Tomcat Slf4j Logback Package.
|
| Modifier and Type | Method and Description |
|---|---|
LogDestination |
LogResolverBean.getLogDestination(String logType,
String webapp,
boolean context,
boolean root,
String logName,
String logIndex)
Gets the log destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogDestination> |
LogResolverBean.getLogDestinations(boolean all)
Gets the log destinations.
|
List<LogDestination> |
LogResolverBean.getLogSources()
Gets the log sources.
|
List<LogDestination> |
LogResolverBean.getLogSources(File logFile)
Gets the log sources.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.springframework.web.servlet.ModelAndView |
AbstractLogHandlerController.handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest)
Handle log file.
|
protected org.springframework.web.servlet.ModelAndView |
ChangeLogLevelController.handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest) |
protected org.springframework.web.servlet.ModelAndView |
DownloadLogController.handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest) |
protected org.springframework.web.servlet.ModelAndView |
FollowController.handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest) |
protected org.springframework.web.servlet.ModelAndView |
FollowedFileInfoController.handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest) |
protected org.springframework.web.servlet.ModelAndView |
SetupFollowController.handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest) |
| Modifier and Type | Class and Description |
|---|---|
class |
DisconnectedLogDestination
This class holds attributes of any other LogDestination so that LogDestination can be serialized.
|
| Modifier and Type | Method and Description |
|---|---|
DisconnectedLogDestination |
DisconnectedLogDestination.builder(LogDestination destination)
Loads and returns disconnected log destination.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogDestination
The Class AbstractLogDestination.
|
class |
FileLogAccessor
The Class FileLogAccessor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatalinaLoggerAccessor
The Class CatalinaLoggerAccessor.
|
| Modifier and Type | Method and Description |
|---|---|
LogDestination |
GetSingleDestinationVisitor.getDestination()
Gets the destination.
|
LogDestination |
CommonsLoggerAccessor.getDestination(String logIndex)
Gets the destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogDestination> |
CommonsLoggerAccessor.getDestinations()
Gets the destinations.
|
List<LogDestination> |
GetAllDestinationsVisitor.getDestinations()
Gets the destinations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Jdk14FileHandlerAccessor |
class |
Jdk14HandlerAccessor
The Class Jdk14HandlerAccessor.
|
class |
JuliHandlerAccessor
The Class JuliHandlerAccessor.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogDestination> |
Jdk14LoggerAccessor.getHandlers()
Gets the handlers.
|
List<LogDestination> |
Jdk14ManagerAccessor.getHandlers()
Gets the handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4JAppenderAccessor
The Class Log4JAppenderAccessor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4J2AppenderAccessor
The Class Log4J2AppenderAccessor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogbackAppenderAccessor
A wrapper for a Logback appender for a specific logger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TomcatSlf4jLogbackAppenderAccessor
A wrapper for a TomcatSlf4jLogback appender for a specific logger.
|
Copyright © 2009–2020 psi-probe. All rights reserved.