interface Options {
    ann?: boolean;
    face?: boolean;
    fw?: Forwarder;
    output?: Output;
    pkt?: boolean;
    prefix?: boolean;
}

Properties

ann?: boolean

Whether to log prefix announcements.

Default

true
face?: boolean

Whether to log face creations and deletions.

Default

true

Logical Forwarder instance.

Default

Forwarder.getDefault()
output?: Output

Where to write log entries. Default is stderr in Node and developer console in browser.

pkt?: boolean

Whether to log packets.

Default

true
prefix?: boolean

Whether to log prefix registrations.

Default

true

Generated using TypeDoc