MCPcopy
hub / github.com/authts/oidc-client-ts / ILogger

Interface ILogger

src/utils/Logger.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 * @public
8 */
9export interface ILogger {
10 debug(...args: unknown[]): void;
11 info(...args: unknown[]): void;
12 warn(...args: unknown[]): void;
13 error(...args: unknown[]): void;
14}
15
16const nopLogger: ILogger = {
17 debug: () => undefined,

Callers 32

_processSigninStateMethod · 0.65
_processClaimsMethod · 0.65
_processCodeMethod · 0.65
getUserMethod · 0.65
removeUserMethod · 0.65

Implementers 1

Loggersrc/utils/Logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…