CCF
Loading...
Searching...
No Matches
console.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
6#include "ccf/js/tx_access.h"
7
8#include <string_view>
9
10namespace ccf::js::extensions
11{
24 {
25 public:
27
28 void install(js::core::Context& ctx) override;
29
30 static void log_info_with_tag(
31 const ccf::js::TxAccess access, std::string_view s);
32 };
33}
Definition context.h:46
static void log_info_with_tag(const ccf::js::TxAccess access, std::string_view s)
Definition console.cpp:152
ConsoleExtension()
Definition console.h:26
void install(js::core::Context &ctx) override
Definition console.cpp:146
Definition extension_interface.h:16
Definition consensus.h:9
TxAccess
Definition tx_access.h:10