Package io.github.cdklabs.projen
Class LoggerOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.LoggerOptions.Jsii$Proxy
-
- All Implemented Interfaces:
LoggerOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LoggerOptions
@Stability(Experimental) @Internal public static final class LoggerOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggerOptions
An implementation forLoggerOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.LoggerOptions
LoggerOptions.Builder, LoggerOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LoggerOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLoggerOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)LogLevelgetLevel()(experimental) The logging verbosity.BooleangetUsePrefix()(experimental) Include a prefix for all logging messages with the project name.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(LoggerOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theLoggerOptions.Builder.
-
-
Method Detail
-
getLevel
public final LogLevel getLevel()
Description copied from interface:LoggerOptions(experimental) The logging verbosity.The levels available (in increasing verbosity) are OFF, ERROR, WARN, INFO, DEBUG, and VERBOSE.
Default: LogLevel.INFO
- Specified by:
getLevelin interfaceLoggerOptions
-
getUsePrefix
public final Boolean getUsePrefix()
Description copied from interface:LoggerOptions(experimental) Include a prefix for all logging messages with the project name.Default: false
- Specified by:
getUsePrefixin interfaceLoggerOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-