LoggerFileBackendWin (LoggerFileBackendWin v0.0.1) View Source

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

Link to this section Summary

Link to this section Types

Specs

dir() :: String.t()

Specs

file() :: :file.io_device()

Specs

file_num() :: non_neg_integer()

Specs

filename() :: String.t()

Specs

format() :: String.t()

Specs

level() :: Logger.level()

Specs

metadata() :: [atom()]

Specs

path() :: String.t()

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()