logger_kafka_backend v0.1.20 LoggerKafkaBackend

This is a Logger backend that can spit out logs to kafka in json format.

Link to this section Summary

Functions

Callback implementation for c::gen_event.handle_call/2

Callback implementation for c::gen_event.handle_event/2

Callback implementation for c::gen_event.init/1

Link to this section Types

Link to this type

brokers()
brokers() :: [String.t()]

Link to this type

format()
format() :: String.t()

Link to this type

level()
level() :: Logger.level()

Link to this type

metadata()
metadata() :: [atom()]

Link to this section Functions

Link to this function

handle_call(arg1, state)

Callback implementation for c::gen_event.handle_call/2.

Link to this function

handle_event(arg1, state)

Callback implementation for c::gen_event.handle_event/2.

Callback implementation for c::gen_event.init/1.