stacklog
  • Overview
    • Overview
    • Install
    • Quickstart
      • Usage as decorator
      • Usage as context manager
    • Advanced usage
      • Providing custom conditions
      • Customization with callbacks
      • Adding timing information

Resources

  • API Reference
    • Submodules
      • stacklog.compat module
        • ParamSpec
        • StrEnum
    • Module contents
      • stacklog
        • stacklog.log()
        • stacklog.on_begin()
        • stacklog.on_condition()
        • stacklog.on_enter()
        • stacklog.on_exit()
        • stacklog.on_failure()
        • stacklog.on_success()
      • stacktime
        • stacktime.elapsed
        • stacktime.elapsed_seconds
  • Contributing
    • Types of Contributions
      • Report Bugs
      • Fix Bugs
      • Implement Features
      • Write Documentation
      • Submit Feedback
    • Get Started!
    • Pull Request Guidelines
    • Unit Testing Guidelines
    • Tips
    • Release Workflow
  • Credits
    • Development Lead
    • Contributors
  • History
    • 2.0.2 (2024-07-29)
    • 2.0.1 (2024-07-29)
    • 2.0 (2024-07-26)
    • 1.1 (2020-03-19)
    • 1.0 (2019-12-10)
stacklog
  • Index
  • Edit on GitHub

Index

A | E | K | L | M | O | P | S

A

  • args (stacklog.compat.ParamSpec property)

E

  • elapsed (stacklog.stacktime property)
  • elapsed_seconds (stacklog.stacktime property)

K

  • kwargs (stacklog.compat.ParamSpec property)

L

  • log() (stacklog.stacklog method)

M

  • module
    • stacklog
    • stacklog.compat

O

  • on_begin() (stacklog.stacklog method)
  • on_condition() (stacklog.stacklog method)
  • on_enter() (stacklog.stacklog method)
  • on_exit() (stacklog.stacklog method)
  • on_failure() (stacklog.stacklog method)
  • on_success() (stacklog.stacklog method)

P

  • ParamSpec (class in stacklog.compat)

S

  • stacklog
    • module
  • stacklog (class in stacklog)
  • stacklog.compat
    • module
  • stacktime (class in stacklog)
  • StrEnum (class in stacklog.compat)

© Copyright 2019, Micah Smith.

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