loggex

v0.0.1

  • Pages
  • Modules

    loggex v0.0.1 Loggex View Source

    Documentation for Loggex.

    Link to this section Summary

    Types

    adapter()
    event()
    tag()

    Functions

    log!(tag, event, opts \\ [])

    Link to this section Types

    Link to this type adapter() View Source
    adapter() :: atom() | {atom(), Keyword.t()}
    Link to this type event() View Source
    event() :: map() | (() -> map())
    Link to this type tag() View Source
    tag() :: String.t() | atom()

    Link to this section Functions

    Link to this function log!(tag, event, opts \\ []) View Source

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer for the Elixir programming language.