LoggerHandlerKit.GenServer (Logger Handler Kit v0.1.0)

View Source

A very simple GenServer module which only purpose is to crash in a way that tests want it too.

Is also propagates $callers to facilitate proper caller tracking.

For usage examples check LoggerHandlerKit.Act.genserver_crash/1.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start(args, opts \\ [])