Class TdApi.SetLogStream

  • Enclosing class:
    TdApi

    public static class TdApi.SetLogStream
    extends TdApi.Function
    Sets new log stream for internal logging of TDLib. Can be called synchronously.

    Returns Ok

    • Field Detail

      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SetLogStream

        public SetLogStream()
        Default constructor for a function, which sets new log stream for internal logging of TDLib. Can be called synchronously.

        Returns Ok

      • SetLogStream

        public SetLogStream​(TdApi.LogStream logStream)
        Creates a function, which sets new log stream for internal logging of TDLib. Can be called synchronously.

        Returns Ok

        Parameters:
        logStream - New log stream.