Module clique_writer

This module provides a central place to register different output writers with clique (e.g.

This module defines the clique_writer behaviour.
Required callback functions: write/1.

Description

This module provides a central place to register different output writers with clique (e.g. human-readable, CSV, etc.) There are some built in, but we also allow applications to register their own custom writers if they so choose.

Data Types

err()

err() = {error, term()}

Function Index

init/0
register/2
teardown/0
write/2

Function Details

init/0

init() -> ok

register/2

register(Name::string(), Module::module()) -> true

teardown/0

teardown() -> ok

write/2

write(Status::err() | clique_status:status(), Format::string()) -> {iolist(), iolist()}


Generated by EDoc