Module tdlight.api

Class TdApi.SetLogStream

Enclosing class:
TdApi

public static final 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

  • 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
      Sets new log stream for internal logging of TDLib. Can be called synchronously. Returns Ok
      Throws:
      IOException
  • Method Details