Module eflambe_plain

Writes raw trace messages to file.

Behaviours: eflambe_output_formatter.

Description

Writes raw trace messages to file. This output format is for testing.

Function Index

extension/0
finalize/2 This callback exists so the implementation module can finalize processing of the trace data.
handle_trace_event/2 This callback exists so the implementation module can process each individual trace event.
init/2 This callback exists so the implementation can initialize its own internal state.

Function Details

extension/0

extension() -> any()

finalize/2

finalize(Options, State) -> any()

This callback exists so the implementation module can finalize processing of the trace data. For example, any last minute formatting or flushing of data in state to disk.

handle_trace_event/2

handle_trace_event(TraceEvent, State) -> any()

This callback exists so the implementation module can process each individual trace event.

init/2

init(Filename, Options) -> any()

This callback exists so the implementation can initialize its own internal state. This may be useful for opening files, etc...


Generated by EDoc