23#ifndef __PLUGINS_PLEXIL_LOG_ADAPTER_H_
24#define __PLUGINS_PLEXIL_LOG_ADAPTER_H_
26#include <logging/logger.h>
28#include <InterfaceAdapter.hh>
59void initFawkesLoggingAdapter();
Interface adapter to provide logging facilities.
LoggingPlexilAdapter(PLEXIL::AdapterExecInterface &execInterface)
Constructor.
void executeCommand(PLEXIL::Command *cmd)
Perform given command.
virtual bool start()
Start adapter.
void invokeAbort(PLEXIL::Command *cmd)
Abort currently running execution.
virtual bool reset()
Reset adapter.
virtual bool shutdown()
Shut adapter down.
virtual ~LoggingPlexilAdapter()
Destructor.
virtual bool stop()
Stop adapter.
virtual bool initialize()
Initialize adapter.