public static class TdApi.GetLogTagVerbosityLevel extends TdApi.Function
Returns LogVerbosityLevel
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
tag
Logging tag to change verbosity level.
|
Constructor and Description |
---|
GetLogTagVerbosityLevel()
Default constructor for a function, which returns current verbosity level for a specified TDLib internal log tag.
|
GetLogTagVerbosityLevel(java.lang.String tag)
Creates a function, which returns current verbosity level for a specified TDLib internal log tag.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String tag
public static final int CONSTRUCTOR
public GetLogTagVerbosityLevel()
Returns LogVerbosityLevel
public GetLogTagVerbosityLevel(java.lang.String tag)
Returns LogVerbosityLevel
tag
- Logging tag to change verbosity level.public int getConstructor()
getConstructor
in class TdApi.Function