Autologging
1.0.1
  • Introduction to Autologging
  • The autologging API
  • Examples of using autologging
    • Using the @logged decorator
    • Using the @traced decorator
    • Using @logged and @traced together
    • Logging, tracing, and inheritance
    • Separate configurations for logging and tracing
  • How does autologging work?
Autologging
  • Docs »
  • Examples of using autologging
  • View page source

Examples of using autologging¶

Release:1.0.1
  • Using the @logged decorator
    • Add a module-named logger to a class
    • Add a user-named logger to a class
    • Add a logger to a nested class
    • Add a module-named logger to a function
    • Add a user-named logger to a function
    • Add a logger to a nested function
  • Using the @traced decorator
    • Trace all methods of a class using a module-named logger
    • Trace all methods of a class using a user-named logger
    • Trace only certain methods of a class
    • Trace a nested class
    • Trace a function using a module-named logger
    • Trace a function using a user-named logger
    • Trace a nested function
  • Using @logged and @traced together
    • Add logging and tracing to a class
    • Add logging and tracing to a function
  • Logging, tracing, and inheritance
  • Separate configurations for logging and tracing
Next Previous

© Copyright 2013-2016, Matthew Zipay.

Built with Sphinx using a theme provided by Read the Docs.