public static class TdApi.SetLogTagVerbosityLevel extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function