length.log_layout {dyn.log}R Documentation

Log Layout Length

Description

Generic override for length of a log layout that returns the number of individual format objects in the layout.

Usage

## S3 method for class 'log_layout'
length(x, ...)

Arguments

x

log format

...

further arguments passed to or from other methods.

Value

number of formats in the layout.


[Package dyn.log version 0.4.0 Index]