__log_enabled(log_level_t level, const char *path) const | oasys::Logger | [inline] |
__logf(log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
baselen_ | oasys::Logger | [protected] |
BundleEventHandler(const char *classname, const char *logpath) | dtn::BundleEventHandler | [inline, protected] |
classname_ | oasys::Logger | [protected] |
dispatch_event(BundleEvent *event) | dtn::BundleEventHandler | [protected] |
handle_bundle_delivered(BundleDeliveredEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_expired(BundleExpiredEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_free(BundleFreeEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_received(BundleReceivedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_transmit_failed(BundleTransmitFailedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_transmitted(BundleTransmittedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_contact_down(ContactDownEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_contact_up(ContactUpEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_custody_signal(CustodySignalEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_custody_timeout(CustodyTimeoutEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_event(BundleEvent *event)=0 | dtn::BundleEventHandler | [pure virtual] |
handle_link_available(LinkAvailableEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_link_created(LinkCreatedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_link_deleted(LinkDeletedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_link_state_change_request(LinkStateChangeRequest *req) | dtn::BundleEventHandler | [protected, virtual] |
handle_link_unavailable(LinkUnavailableEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_reassembly_completed(ReassemblyCompletedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_registration_added(RegistrationAddedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_registration_expired(RegistrationExpiredEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_registration_removed(RegistrationRemovedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_route_add(RouteAddEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_route_del(RouteDelEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_shutdown_request(ShutdownRequest *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_status_request(StatusRequest *event) | dtn::BundleEventHandler | [protected, virtual] |
log_enabled(log_level_t level) const | oasys::Logger | [inline] |
log_multiline(log_level_t level, const char *msg) const | oasys::Logger | [inline] |
logf(log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
logf(const char *logpath, log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
Logger(const char *classname, const char *fmt,...) | oasys::Logger | [inline] |
Logger(const char *classname, const std::string &logpath) | oasys::Logger | [inline] |
logpath() | oasys::Logger | [inline] |
logpath_ | oasys::Logger | [protected] |
logpath_appendf(const char *fmt,...) | oasys::Logger | [inline] |
logpathf(const char *fmt,...) | oasys::Logger | [inline] |
set_logpath(const char *logpath) | oasys::Logger | [inline] |
vlogf(log_level_t level, const char *fmt, va_list args) const | oasys::Logger | [inline] |
~BundleEventHandler() | dtn::BundleEventHandler | [inline, protected, virtual] |