.debug
method.Object.assign
.NOTEWhen using the @stamp/required stamp it creates a proxy object and returns from the factory. This means thatlogger.__proto__ === Logger.compose.methods
orlogger.__proto__.debug === Logger.compose.methods.debug
will no longer betrue
.