This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/pcp
Pradyumna Kaushik 6fb0e4a3fe move cfg to loggers + refactor + log fn wrappers
1. Instead of maintaining a global config, each specialized logger
now stores its config.
2. Refactored logInterface to elektronLogger.
3. Refactored loggerImpl to baseElektronLogger to be consistent with
the rest of the code base.
4. Wrapped elektronLogger#Log(...) and elektronLogf(...) so that we
do not have to use the instance of elektronLogger everytime we want
to log. Instead, we just do logging.Log(...) or logging.Logf(...).
5. Wrapped elektronLogger#WithFields(...) and
elektronLogger#WithField(...).
6. Refactored codebase to adhere to the changes.
2019-12-05 21:32:37 -05:00
..
pcp.go move cfg to loggers + refactor + log fn wrappers 2019-12-05 21:32:37 -05:00
utils.go Code formatting 2019-11-20 13:33:46 -05:00
utils_test.go Refactor imports, Add vendor/ as submodule (#5) 2019-10-31 14:32:46 -04:00
victim.go Code formatting 2019-11-20 13:33:46 -05:00
victim_test.go Refactor imports, Add vendor/ as submodule (#5) 2019-10-31 14:32:46 -04:00