Class 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 for LoggerOptions
    • 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.
    • 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:
        getLevel in interface LoggerOptions
      • 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:
        getUsePrefix in interface LoggerOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object