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

Properties

ann?: boolean

Whether to log prefix announcements.

Default Value

true
face?: boolean

Whether to log face creations and deletions.

Default Value

true

Logical Forwarder instance.

Default Value

Forwarder.getDefault()

output?: Output

Where to write log entries.

Default Value

console

pkt?: boolean

Whether to log packets.

Default Value

true
prefix?: boolean

Whether to log prefix registrations.

Default Value

true