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

Properties

ann?: boolean

Whether to log prefix announcements.

true

face?: boolean

Whether to log face creations and deletions.

true

Logical Forwarder instance.

Forwarder.getDefault()

output?: Output

Where to write log entries.

console

pkt?: boolean

Whether to log packets.

true

prefix?: boolean

Whether to log prefix registrations.

true