UNPKG

@thealiqaf/nestjs-permission-management

Version:
8 lines (7 loc) 217 B
export declare class LoggerService { private readonly logger; log(message: string): void; error(message: string, trace?: string): void; warn(message: string): void; debug(message: string): void; }