bunyan_shared v0.1.0 Bunyan.Shared.Writable behaviour

The behaviour shared by all Bunyon.Writer plugins/

Link to this section Summary

Callbacks

Update the configuration parameters associated with this writer. Exactly which configuration options can be changed at runtime depends on the writer

Link to this section Callbacks

Link to this callback start(config)
start(config :: map()) :: any()
Link to this callback update_configuration(name, new_config)
update_configuration(name :: atom(), new_config :: keyword()) :: any()

Update the configuration parameters associated with this writer. Exactly which configuration options can be changed at runtime depends on the writer.

The first parameter is the name associated with this writer.