* Connects this logger to the given instance.
(logger: ILogger)
| 11 | * Connects this logger to the given instance. |
| 12 | */ |
| 13 | public connectTo(logger: ILogger) { |
| 14 | this.target = { logger }; |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * @inheritdoc |
no outgoing calls
no test coverage detected