CCF
|
#include <console.h>
Inherits ccf::js::extensions::ExtensionInterface.
Public Member Functions | |
ConsoleExtension () | |
void | install (js::core::Context &ctx) override |
![]() | |
virtual | ~ExtensionInterface ()=default |
Static Public Member Functions | |
static void | log_info_with_tag (const ccf::js::TxAccess access, std::string_view s) |
Adds the following functions to the global object:
These redirect to the CCF logging macros, based on the current TxAccess (ie
|
inline |
|
overridevirtual |
Implements ccf::js::extensions::ExtensionInterface.
|
static |