View Source Log.Reset.LogPaths (Log Reset v0.1.54)
A map of configured log paths and functions.
Summary
Functions
Creates a map assigning each configured log path to its log level.
Resets the configured log files of the given levels
.
Types
@type t() :: %{required(Logger.level()) => Path.t()}
A map assigning configured log paths to their log levels
Functions
@spec new() :: t()
Creates a map assigning each configured log path to its log level.
@spec reset_logs(t(), Log.Reset.levels()) :: :ok
Resets the configured log files of the given levels
.