View Source LoggerFileBackend (logger_file_backend v0.0.14)

LoggerFileBackend is a custom backend for the elixir :logger application.

Summary

Types

Functions

Link to this function

handle_call(arg1, state)

View Source

Callback implementation for :gen_event.handle_call/2.

Link to this function

handle_event(arg1, state)

View Source

Callback implementation for :gen_event.handle_event/2.

Link to this function

handle_info(arg1, state)

View Source

Callback implementation for :gen_event.handle_info/2.

Callback implementation for :gen_event.init/1.

@spec prune(IO.chardata()) :: IO.chardata()