log_calls Documentation (release 0.3.2)¶
Table of Contents¶
- log_calls — A Decorator for Debugging and Profiling
- What’s New (releases 0.3.2, 0.3.1 and 0.3.0)
- Installation
- Quick Start
- What log_calls Can Decorate
- Keyword Parameters
- Decorating Classes
- Writing log_calls-Aware Debugging Messages
- Using Loggers
- Retrieving and Changing the Defaults
- Bulk (Re)Decoration, (Re)Decorating Imports
- Dynamic Control of Settings
- Indirect Values of Keyword Parameters
- Accessing Method Wrappers
- Call History and Statistics
- Call Chains
- Further Examples and Use Cases
- The record_history Decorator
- Appendix I: Keyword Parameters Reference
- Appendix II: What Has Been New