| 1 | import { Channel, LoggerObjectController } from "./upstairs"; |
| 2 | |
| 3 | export default class DefaultObjectLogger implements LoggerObjectController { |
| 4 | |
| 5 | constructor( |
| 6 | private readonly prefix: string | undefined, |
nothing calls this directly
no outgoing calls
no test coverage detected