Log.Reset (Log Reset v0.1.20) View Source

Creates and clears configured log files.

Link to this section Summary

Functions

Creates and clears a log file.

Creates and clears all log files.

Lists all configured log paths.

Link to this section Functions

Specs

clear_log(Path.t()) :: :ok

Creates and clears a log file.

Specs

clear_logs() :: :ok

Creates and clears all log files.

Specs

log_paths() :: [Path.t()]

Lists all configured log paths.