Common

NattyLog

  • The minimum log level in NuguAgents.

    Declaration

    Swift

    public var logLevel: NattyLog.LogLevel { get set }
  • Turn the log enable and disable in NuguAgents.

    Declaration

    Swift

    @available(*, deprecated, message: "Replace to `logLevel`")
    public var logEnabled: Bool { get set }
  • <#Description#>

    Declaration

    Swift

    public enum NuguAgentError : Error