Class TdApi.GetLogStream

Enclosing class:
TdApi

public static class TdApi.GetLogStream
extends TdApi.Function
Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously.

Returns LogStream

  • Field Details

  • Constructor Details

    • GetLogStream

      public GetLogStream()
      Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously.

      Returns LogStream

    • GetLogStream

      public GetLogStream​(DataInput input) throws IOException
      Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously.

      Returns LogStream

      Throws:
      IOException
  • Method Details