From 5ce116e4d1d3c30537f3635c06d7a0c619e55e43 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 1 Feb 2022 11:35:10 -0500 Subject: Add support for structured logging --- binaryview.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binaryview.cpp') diff --git a/binaryview.cpp b/binaryview.cpp index ba812919..541c6ca9 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -3769,6 +3769,12 @@ Confidence> BinaryView::CreateStructureMemberFromAccess(const Qualifie } +Ref BinaryView::CreateLogger(const string& name) +{ + return LogRegistry::CreateLogger(name, GetFile()->GetSessionId()); +} + + Relocation::Relocation(BNRelocation* reloc) { m_object = reloc; -- cgit v1.3.1