Log.Reset.ConfigPaths (Log Reset v0.1.23) View Source
Creates and clears configured log files.
Link to this section Summary
Functions
Creates and clears the configured log files of given levels
.
Returns a list of configured log paths.
Returns a map of configured log paths.
Link to this section Types
Specs
levels() :: :all | :none | [Logger.level()]
Specs
t() :: %{required(Logger.level()) => Path.t()}
Link to this section Functions
Specs
Creates and clears the configured log files of given levels
.
Specs
Returns a list of configured log paths.
Specs
new() :: t()
Returns a map of configured log paths.