diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-10-05 12:09:07 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-10-05 12:09:54 -0400 |
| commit | 197f69dc73d0f8a0d2c0eee2e0a3784f2cf6b309 (patch) | |
| tree | ab3833a39bff2c2faff4e8712157b7d56e703252 /binaryninjaapi.h | |
| parent | 76f72f024a4ea934fd77ed48b66bbdc7c2941705 (diff) | |
Deprecate BNLogRegisterLoggerCallback and make its use in the LogView unnecessary
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index fa66a799..2eed35e0 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -707,7 +707,6 @@ namespace BinaryNinja { \return a list of registered logger names */ static std::vector<std::string> GetLoggerNames(); - static void RegisterLoggerCallback(const std::function<void(const std::string&)>& cb); }; std::string EscapeString(const std::string& s); |
