ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
ISC License
109 stars 13 forks source link

ObjectGraph refactor: Logging handler #209

Open ajvincent opened 5 years ago

ajvincent commented 5 years ago
ajvincent commented 5 years ago

Blocks #179

ajvincent commented 4 years ago

See #221 for a good baseline. Logging should probably be a little more flexible, feeding into a log4js-like API.