LibreOffice Module scripting (master) 1
Static Public Attributes | List of all members
pythonscript.LogLevel Class Reference
Inheritance diagram for pythonscript.LogLevel:
[legend]

Static Public Attributes

int NONE = 0
 
int ERROR = 1
 
int DEBUG = 2
 

Detailed Description

Definition at line 31 of file pythonscript.py.

Member Data Documentation

◆ DEBUG

int pythonscript.LogLevel.DEBUG = 2
static

Definition at line 34 of file pythonscript.py.

Referenced by pythonscript.Logger.debug(), and pythonscript.Logger.isDebugLevel().

◆ ERROR

int pythonscript.LogLevel.ERROR = 1
static

Definition at line 33 of file pythonscript.py.

Referenced by pythonscript.Logger.error(), and pythonscript.Logger.isErrorLevel().

◆ NONE

int pythonscript.LogLevel.NONE = 0
static

Definition at line 32 of file pythonscript.py.


The documentation for this class was generated from the following file: