This module defines the clique_writer behaviour.
Required callback functions: write/1.
err() = {error, term()}
| init/0 | This module provides a central place to register different output writers with clique (e.g. |
| register/2 | |
| write/2 |
init() -> ok
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.
register(Name::string(), Module::module()) -> true
write(Status::err() | clique_status:status(), Format::string()) -> {iolist(), iolist()}
Generated by EDoc