RingLogger.save

You're seeing just the function save, go back to RingLogger module for more information.

Specs

save(Path.t()) :: :ok | {:error, term()}

Save the contents of the log to the specified path

The file is overwritten if it already exists. Log message formatting is done similarly to other RingLogger calls.