LibreOffice Module scripting (master) 1
|
Public Member Functions | |
def | __init__ (self, target) |
def | isDebugLevel (self) |
def | debug (self, msg) |
def | isErrorLevel (self) |
def | error (self, msg) |
def | log (self, level, msg) |
Public Attributes | |
target | |
Additional Inherited Members | |
![]() | |
int | NONE = 0 |
int | ERROR = 1 |
int | DEBUG = 2 |
Definition at line 84 of file pythonscript.py.
def pythonscript.Logger.__init__ | ( | self, | |
target | |||
) |
Definition at line 85 of file pythonscript.py.
def pythonscript.Logger.debug | ( | self, | |
msg | |||
) |
Definition at line 91 of file pythonscript.py.
References pythonscript.LogLevel.DEBUG, pythonscript.Logger.isDebugLevel(), Updater.log(), connectivity::java::sql::ConnectionLog.log(), comphelper::EventLogger.log(), org::openoffice::xmerge::util::Debug.log(), pythonscript.Logger.log(), UITestLogger.log(), and org::openoffice::xmerge::converter::xml::xslt::DocumentDeserializerImpl.log().
def pythonscript.Logger.error | ( | self, | |
msg | |||
) |
Definition at line 98 of file pythonscript.py.
References sd::sidebar::MasterPageContainerFiller.ERROR, sd::TemplateScanner.ERROR, org::openoffice::xmerge::util::Debug.ERROR, pythonscript.LogLevel.ERROR, pythonscript.Logger.isErrorLevel(), Updater.log(), connectivity::java::sql::ConnectionLog.log(), comphelper::EventLogger.log(), org::openoffice::xmerge::util::Debug.log(), pythonscript.Logger.log(), UITestLogger.log(), and org::openoffice::xmerge::converter::xml::xslt::DocumentDeserializerImpl.log().
def pythonscript.Logger.isDebugLevel | ( | self | ) |
Definition at line 88 of file pythonscript.py.
References pythonscript.LogLevel.DEBUG.
Referenced by pythonscript.Logger.debug().
def pythonscript.Logger.isErrorLevel | ( | self | ) |
Definition at line 95 of file pythonscript.py.
References sd::sidebar::MasterPageContainerFiller.ERROR, sd::TemplateScanner.ERROR, org::openoffice::xmerge::util::Debug.ERROR, and pythonscript.LogLevel.ERROR.
Referenced by pythonscript.Logger.error().
def pythonscript.Logger.log | ( | self, | |
level, | |||
msg | |||
) |
Definition at line 102 of file pythonscript.py.
References pythonscript.lastException2String(), pythonscript.logLevel2String(), IAccessibleRelation.target, and pythonscript.Logger.target.
Referenced by pythonscript.Logger.debug(), and pythonscript.Logger.error().
pythonscript.Logger.target |
Definition at line 86 of file pythonscript.py.
Referenced by pythonscript.Logger.log().