@WebEndpoint(id="logfile") public class LogFileWebEndpoint extends java.lang.Object
@Endpoint that provides access to an application's log file.| Constructor and Description |
|---|
LogFileWebEndpoint(org.springframework.boot.logging.LogFile logFile,
java.io.File externalFile) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
logFile() |
public LogFileWebEndpoint(org.springframework.boot.logging.LogFile logFile,
java.io.File externalFile)
@ReadOperation(produces="text/plain; charset=UTF-8") public org.springframework.core.io.Resource logFile()