docs: add quixzoom-auth-core product to AAMOS
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
export type LogMethod = (context: object | string, message?: string) => void;
|
||||
export type Logger = {
|
||||
child: (context: object) => Logger;
|
||||
debug: LogMethod;
|
||||
error: LogMethod;
|
||||
info: LogMethod;
|
||||
trace: LogMethod;
|
||||
warn: LogMethod;
|
||||
};
|
||||
export declare const setLogger: (newLogger: Logger) => void;
|
||||
export declare const logger: Logger;
|
||||
Reference in New Issue
Block a user