NAME

Linux::Event::Framer::DecimalLength - native decimal-length framing declaration

SYNOPSIS

package SyslogStream;
use parent 'Linux::Event::Stream';
use Linux::Event::Framer 'DecimalLength',
    separator => ' ',       # default
    max_frame => 1_048_576; # optional

DESCRIPTION

Uses canonical ASCII decimal payload length followed by one non-digit separator byte. The default wire form is 5 HELLO, matching RFC 6587 octet-counted syslog. include_prefix and max_frame are supported. send prepends the configured decimal length and separator.