@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ServiceLogsStreaming
| Modifier and Type | Optional Element and Description |
|---|---|
String |
filter
Returns the log level filter which is set for services annotated with
ServiceLogsStreaming |
String |
output
Defines the base path where log files produced by services annotated with
ServiceLogsStreaming should be
streamed |
public abstract String filter
ServiceLogsStreamingServiceLogsStreamingpublic abstract String output
ServiceLogsStreaming should be
streamedCopyright © 2022. All rights reserved.