@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.414Z") @Stability(value=Experimental) public interface LoggerOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoggerOptions.Builder
A builder for
LoggerOptions |
static class |
LoggerOptions.Jsii$Proxy
An implementation for
LoggerOptions |
| Modifier and Type | Method and Description |
|---|---|
static LoggerOptions.Builder |
builder() |
default LogLevel |
getLevel()
(experimental) The logging verbosity.
|
default Boolean |
getUsePrefix()
(experimental) Include a prefix for all logging messages with the project name.
|
@Stability(value=Experimental) @Nullable default LogLevel getLevel()
The levels available (in increasing verbosity) are OFF, ERROR, WARN, INFO, DEBUG, and VERBOSE.
Default: LogLevel.INFO
@Stability(value=Experimental) @Nullable default Boolean getUsePrefix()
Default: false
@Stability(value=Experimental) static LoggerOptions.Builder builder()
LoggerOptions.Builder of LoggerOptionsCopyright © 2021. All rights reserved.