LoggerFileBackend (logger_file_backend v0.0.13) View Source

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

Link to this section Summary

Link to this section Types

Link to this section 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.

Specs

prune(IO.chardata()) :: IO.chardata()