Logging to a Jabber account

Logging to a Jabber account 1.0

Logging to a Jabber account 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 469
  • Released: Jun 7, 2007

Logging to a Jabber account 1.0 Description

This script contains a handler class which sends a Jabber message for each logging event.

If you have long-running scripts on many remote machines and you want to be alarmed if one of them crashes, use the JabberHandler to log it to your account.

Logging to a Jabber account 1.0 Keywords

Logging to a Jabber account Bookmark

Hyperlink code:
Hyperlink for Forum code:

Logging to a Jabber account 1.0 Script Download Notice

Top 4 Download periodically updates information of Logging to a Jabber account 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Logging to a Jabber account 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Extending the logging module

... you in adding new format specifiers to the logging module. In this example, it's for the user name and the name of the function that logged the message. ...
Python

How to disable debug logging in release version

... but may be implemented using a simple wrapper around logging.getnted usinfunction. ...
Python

Create an account in MS active directory

This script contains the basic code to create an account in active directory that shows how to do things like set your own exension attributes, force a reset of the password when the user logs in, and set the home directory. It makes used of python's excellent COM support in win32com. ...
Python

Class with default method handler

This script is a class whose objects can handle undefined method calls, passing them on to a default handler. ...
Python

Getting SYSTEM environment variable under Windows

... value, as if running under Service or SYSTEM account.As you can see in Windows Control Panel 'System' applet there are two groups of environment variables: USER and SYSTEM. This script presents a function for retrieve SYSTEM variable value.  ...
Python