E.g.: ``` const logger1 = debug('App'); const logger2 = logger1.child('Core'); // [App.Core] namespace is created ```