GetLogTagVerbosityLevel

public struct GetLogTagVerbosityLevel : Codable, Equatable, TDFunction

Returns current verbosity level for a specified TDLib internal log tag. This is an offline method. Can be called before authorization. Can be called synchronously

  • Undocumented

    Declaration

    Swift

    public typealias Result = LogVerbosityLevel
  • tag

    Logging tag to change verbosity level

    Declaration

    Swift

    public let tag: String
  • Returns current verbosity level for a specified TDLib internal log tag. This is an offline method. Can be called before authorization. Can be called synchronously

    Declaration

    Swift

    public init(tag: String)

    Parameters

    tag

    Logging tag to change verbosity level