journal.proxies

Module Contents

journal.proxies.debugIndex()

Build an object that is a wrapper around the debug channel index from the C++ extension. i.e. {pyre::journal::debug_t::index_t}

journal.proxies.firewallIndex()

Build an object that is a wrapper around the firewall channel index from the C++ extension. i.e. {pyre::journal::firewall_t::index_t}

journal.proxies.infoIndex()

Build an object that is a wrapper around the info channel index from the C++ extension. i.e. {pyre::journal::info_t::index_t}

journal.proxies.warningIndex()

Build an object that is a wrapper around the warning channel index from the C++ extension. i.e. {pyre::journal::warning_t::index_t}

journal.proxies.errorIndex()

Build an object that is a wrapper around the error channel index from the C++ extension. i.e. {pyre::journal::error_t::index_t}

class journal.proxies.Index(lookup, inventory)

Wrapper around the C++ diagnostic indices from the journal extension module

__getitem__(self, name)

Retrieve the state associated with the given {name}

class journal.proxies.Enabled(capsule)

Wrapper around {pyre::journal::Inventory<true>}

device
class journal.proxies.Disabled(capsule)

Wrapper around {pyre::journal::Inventory<false>}

device