export class LdapServerMockLogger { info(...args: any[]): void { console.info(...args); } }