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
tagLogging tag to change verbosity level
newVerbosityLevelNew verbosity level; 1-1024
View on GitHub
Install in Dash
SetLogTagVerbosityLevel Structure Reference