ServerLogger.Handler (ServerLogger v0.3.0)

Copy Markdown View Source

Erlang :logger handler that captures log events and writes them to the ETS buffer for later flushing to the database.

Runs in the caller's process — stores only raw data to minimize CPU cost. All formatting and metadata extraction is deferred to flush time in BufferServer.

Summary

Functions

adding_handler(config)

changing_config(action, old, new)

log(map, config)

removing_handler(config)