SetLogStream
public struct SetLogStream : Codable, Equatable, TDFunction
Sets new log stream for internal logging of TDLib. This is an offline method. Can be called before authorization. Can be called synchronously
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
New log stream
Declaration
Swift
public let logStream: LogStream
-
Sets new log stream for internal logging of TDLib. This is an offline method. Can be called before authorization. Can be called synchronously
Declaration
Swift
public init(logStream: LogStream)
Parameters
logStream
New log stream