Class TdApi.SetLogStream

Enclosing class:
TdApi

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

Returns Ok

  • Field Details

    • logStream

      public TdApi.LogStream logStream
      New log stream.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR