loggix v0.0.2 Loggix

Loggix

A custom implementation for Elixir Logger moduale.

  • Using GenEvent for handle log events.

Link to this section Summary

Functions

Loggix.State

the main struct of GenEvent

Link to this section Types

Link to this type file()
file() :: :file.io_device
Link to this type format()
format() :: String.t
Link to this type inode()
inode() :: File.Stat.t
Link to this type metadata()
metadata() :: [atom]
Link to this type path()
path() :: String.t

Link to this section Functions

Loggix.State

the main struct of GenEvent.