UNPKG

@userfrosting/ts-log-adapter-gulplog

Version:

An adapter for the ts-log interface that pushes logging to gulplog with optional arguments JSON encoded.

26 lines (19 loc) 721 B
## API Report File for "@userfrosting/ts-log-adapter-gulplog" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { Logger } from 'ts-log'; // @public export class GulpLogLogger implements Logger { constructor(prefix?: string); // (undocumented) debug: (message?: any, ...optionalParams: any[]) => void; // (undocumented) error: (message?: any, ...optionalParams: any[]) => void; // (undocumented) info: (message?: any, ...optionalParams: any[]) => void; // (undocumented) trace: (message?: any, ...optionalParams: any[]) => void; // (undocumented) warn: (message?: any, ...optionalParams: any[]) => void; } ```