feat(unifi): implement comprehensive UniFi API client with controllers, protect, access, account, managers, resources, HTTP client, interfaces, logging, plugins, and tests
This commit is contained in:
12
ts/unifi.logger.ts
Normal file
12
ts/unifi.logger.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
export const logger = new plugins.smartlog.Smartlog({
|
||||
logContext: {
|
||||
company: 'apiclient.xyz',
|
||||
companyunit: 'unifi',
|
||||
containerName: 'unifi-client',
|
||||
environment: 'production',
|
||||
runtime: 'node',
|
||||
zone: 'api',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user