Part of libcloud View Source
libcloud provides a unified interface to the cloud computing resources. @var __version__: Current version of libcloud
Function | enable_debug | Enable library wide debugging to a file-like object. |
Function | _init_once | Utility function that is ran once on Library import. |
Enable library wide debugging to a file-like object. @param fo: Where to append debugging information @type fo: File like object, only write operations are used.
Utility function that is ran once on Library import. This checks for the LIBCLOUD_DEBUG enviroment variable, which if it exists is where we will log debug information about the provider transports. If LIBCLOUD_DEBUG is not a path, C{/tmp/libcloud_debug.log} is used by default.