Module logi_layout_newline

A logi_layout implementation which appends newline character(s) to tail of output messages.

Copyright © 2015-2016 Takeru Ohta <phjgt308@gmail.com>

Behaviours: logi_layout.

Description

A logi_layout implementation which appends newline character(s) to tail of output messages

Data Types

style()

style() = lf | cr | crlf

Newline Style

Function Index

new/1Equivalent to new(BaseLayout, lf).
new/2Creates a new layout instance.

Function Details

new/1

new(BaseLayout::logi_layout:layout()) -> logi_layout:layout()

Equivalent to new(BaseLayout, lf).

new/2

new(BaseLayout::logi_layout:layout(), Style::style()) -> logi_layout:layout()

Creates a new layout instance


Generated by EDoc, Sep 27 2018, 23:13:24.