public static class TdApi.SetLogTagVerbosityLevel extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
newVerbosityLevel
New verbosity level; 1-1024.
|
java.lang.String |
tag
Logging tag to change verbosity level.
|
| Constructor and Description |
|---|
SetLogTagVerbosityLevel()
Default constructor for a function, which sets the verbosity level for a specified TDLib internal log tag.
|
SetLogTagVerbosityLevel(java.lang.String tag,
int newVerbosityLevel)
Creates a function, which sets the verbosity level for a specified TDLib internal log tag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String tag
public int newVerbosityLevel
public static final int CONSTRUCTOR
public SetLogTagVerbosityLevel()
Returns Ok
public SetLogTagVerbosityLevel(java.lang.String tag,
int newVerbosityLevel)
Returns Ok
tag - Logging tag to change verbosity level.newVerbosityLevel - New verbosity level; 1-1024.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object