| Package | Description |
|---|---|
| gate.plugin.python |
| Modifier and Type | Field and Description |
|---|---|
protected PythonPr.LoggingLevel |
PythonPr.loggingLevel |
| Modifier and Type | Method and Description |
|---|---|
PythonPr.LoggingLevel |
PythonPr.getLoggingLevel()
Get python logging level.
|
static PythonPr.LoggingLevel |
PythonPr.LoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PythonPr.LoggingLevel[] |
PythonPr.LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PythonPr.setLoggingLevel(PythonPr.LoggingLevel value)
Select log level on the python side.
|
Copyright © 2021 GATE Team. All rights reserved.