Expand description
Core SessionLogger struct, state management, and recording methods.
See the module-level documentation for information about security considerations and password redaction.
Format-specific finalization (HTML headers/footers, asciicast serialization)
lives in super::format_writers.
Structs§
- Session
Logger - Session logger that records terminal output to files.
Functions§
- create_
shared_ logger - Create a new shared session logger.
Type Aliases§
- Shared
Session Logger - Thread-safe wrapper for SessionLogger.