Skip to main content

Module core

Module core 

Source
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§

SessionLogger
Session logger that records terminal output to files.

Functions§

create_shared_logger
Create a new shared session logger.

Type Aliases§

SharedSessionLogger
Thread-safe wrapper for SessionLogger.