UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

8 lines (7 loc) 222 B
import { ConfigService } from '../config'; export declare class LoggerService { configService: ConfigService; log(message: string): void; error(message: string): void; logImporter(message: string): void; }