Class TdApi.GetLogTags

Enclosing class:
TdApi

public static class TdApi.GetLogTags
extends TdApi.Function
Returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously.

Returns LogTags

  • Field Details

  • Constructor Details

    • GetLogTags

      public GetLogTags()
      Returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously.

      Returns LogTags

    • GetLogTags

      public GetLogTags​(DataInput input) throws IOException
      Returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously.

      Returns LogTags

      Throws:
      IOException
  • Method Details