SetLogTagVerbosityLevel
public struct SetLogTagVerbosityLevel : Codable, Equatable, TDFunction
Sets the 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 = Ok
-
Logging tag to change verbosity level
Declaration
Swift
public let tag: String
-
New verbosity level; 1-1024
Declaration
Swift
public let newVerbosityLevel: Int32
-
Sets the 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, newVerbosityLevel: Int32)
Parameters
tag
Logging tag to change verbosity level
newVerbosityLevel
New verbosity level; 1-1024