Introduction

Updated Jul 05, 2026

Femtologging is an asynchronous logging runtime for Python applications that delegates IO and record fan-out to Rust worker threads. This guide covers the features that are currently implemented, how they differ from the CPython logging module, and the practical caveats you need to keep in mind when building production systems on top of femtologging.