Skip to content
Snippets Groups Projects

[Debug] implement logging to a memory-mapped log file

Merged Florian Fischer requested to merge aj46ezos/emper:mmaped-log into master

Files

+ 1
1
@@ -15,7 +15,7 @@ class Runtime;
namespace emper::io {
class GlobalIoContext : public IoContext {
friend Runtime;
friend void ::emper_log(const std::string& prefix, const std::string& message);
friend void emper::log::log(const std::string& prefix, const std::string& message);
friend class Future;
friend class SendFuture;
friend class RecvFuture;
Loading