MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / log_to_stderr

Function log_to_stderr

python/log.py:169–176  ·  view source on GitHub ↗

``log_to_stderr`` redirects minimum log level to standard error. :param enums.LogLevel min_level: minimum level to log to :rtype: None

(min_level: LogLevel)

Source from the content-addressed store, hash-verified

167
168
169def log_to_stderr(min_level: LogLevel):
170 """
171 ``log_to_stderr`` redirects minimum log level to standard error.
172
173 :param enums.LogLevel min_level: minimum level to log to
174 :rtype: None
175 """
176 core.BNLogToStderr(min_level)
177
178
179def log_to_file(min_level: LogLevel, path: str, append: bool=False):

Callers 2

_init_pluginsFunction · 0.85
_setup_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected