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 Details

  • Constructor Details

    • SetLogStream

      public SetLogStream()
      Sets new log stream for internal logging of TDLib. Can be called synchronously.

      Returns Ok

    • SetLogStream

      public SetLogStream​(TdApi.LogStream logStream)
      Sets new log stream for internal logging of TDLib. Can be called synchronously.

      Returns Ok

      Parameters:
      logStream - LogStream New log stream.
    • SetLogStream

      public SetLogStream​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details