Difference between revisions of "0.22 Python bindings/MythLog"

From MythTV Official Wiki
Jump to: navigation, search
m (Protected "0.22 Python bindings/MythLog": Since this page applies to a historical version of the bindings, it shouldn't see many updates ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
format  - formatted string for printing log messages
 
format  - formatted string for printing log messages
 
instance - name of module to print in log messages
 
instance - name of module to print in log messages
[http://www.ny-liability-insurance.com/ liability insurance ny]
+
 
 
=MythError(message)=
 
=MythError(message)=
 
Generates error with message
 
Generates error with message

Latest revision as of 15:51, 30 September 2010

Adds access to logging functions of MythTV

MythLog(level, format, instance)

level - level of urgency at which to pass log message format - formatted string for printing log messages instance - name of module to print in log messages

MythError(message)

Generates error with message

MythLog(level, message, *args, **kwargs)

Adds log entry to MythTV using the specified log level tag.