BinaryNinja::LogRegistry Class Reference

Static Public Member Functions

static Ref< LoggerCreateLogger (const std::string &loggerName, size_t sessionId=0)
 
static Ref< LoggerGetLogger (const std::string &loggerName, size_t sessionId=0)
 
static std::vector< std::string > GetLoggerNames ()
 
static void RegisterLoggerCallback (const std::function< void(const std::string &)> &cb)
 

Member Function Documentation

◆ CreateLogger()

Ref< Logger > LogRegistry::CreateLogger ( const std::string &  loggerName,
size_t  sessionId = 0 
)
static

◆ GetLogger()

Ref< Logger > LogRegistry::GetLogger ( const std::string &  loggerName,
size_t  sessionId = 0 
)
static

◆ GetLoggerNames()

vector< string > LogRegistry::GetLoggerNames ( )
static

◆ RegisterLoggerCallback()

void LogRegistry::RegisterLoggerCallback ( const std::function< void(const std::string &)> &  cb)
static

The documentation for this class was generated from the following files: