Skip to content
Snippets Groups Projects
Commit f5373342 authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

log: implement automatic module name deduction


Now the name of a module, from which the logging function was called,
is determined automatically during the execution of `require('log')`
in the module's source code. This is implemented by overriding the
built-in `require` function.

Part of #3211

NO_DOC=See next commit
NO_CHANGELOG=See next commit

Co-authored-by: default avatarAnastasMIPT <beliaev.ab@tarantool.org>
parent adf9d347
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment