public static class TdApi.AddLogMessage extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
text
Text of a message to log.
|
int |
verbosityLevel
The minimum verbosity level needed for the message to be logged; 0-1023.
|
Constructor and Description |
---|
AddLogMessage()
Default constructor for a function, which adds a message to TDLib internal log.
|
AddLogMessage(int verbosityLevel,
java.lang.String text)
Creates a function, which adds a message to TDLib internal log.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int verbosityLevel
public java.lang.String text
public static final int CONSTRUCTOR
public AddLogMessage()
Returns Ok
public AddLogMessage(int verbosityLevel, java.lang.String text)
Returns Ok
verbosityLevel
- The minimum verbosity level needed for the message to be logged; 0-1023.text
- Text of a message to log.public int getConstructor()
getConstructor
in class TdApi.Function