antikythera

v0.2.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.2.0 AntikytheraCore.GearLog.Level View Source

    Link to this section Summary

    Types

    t()

    Functions

    default()
    from_string(level_str)
    new(term)
    new!(term)
    valid?(term)
    values()
    write_to_log?(min_level, message_level)

    Link to this section Types

    Link to this type t() View Source
    t() :: :debug | :info | :error

    Link to this section Functions

    Link to this function default() View Source
    default() :: t()
    Link to this function from_string(level_str) View Source
    from_string(String.t()) :: t()
    Link to this function new(term) View Source
    new(any()) :: Croma.Result.t(t())
    Link to this function new!(term) View Source
    new!(any()) :: t()
    Link to this function valid?(term) View Source
    valid?(any()) :: boolean()
    Link to this function values() View Source
    Link to this function write_to_log?(min_level, message_level) View Source
    write_to_log?(t(), t()) :: boolean()

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.