public static class TdApi.SetLogVerbosityLevel 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 value of the verbosity level for logging.
|
Constructor and Description |
---|
SetLogVerbosityLevel()
Default constructor for a function, which sets the verbosity level of the internal logging of TDLib.
|
SetLogVerbosityLevel(int newVerbosityLevel)
Creates a function, which sets the verbosity level of the internal logging of TDLib.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int newVerbosityLevel
public static final int CONSTRUCTOR
public SetLogVerbosityLevel()
Returns Ok
public SetLogVerbosityLevel(int newVerbosityLevel)
Returns Ok
newVerbosityLevel
- New value of the verbosity level for logging. Value 0 corresponds to fatal errors, value 1 corresponds to errors, value 2 corresponds to warnings and debug warnings, value 3 corresponds to informational, value 4 corresponds to debug, value 5 corresponds to verbose debug, value greater than 5 and up to 1023 can be used to enable even more logging.public int getConstructor()
getConstructor
in class TdApi.Function