UNPKG

@userfrosting/ts-log-adapter-gulplog

Version:

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

32 lines (21 loc) 1.39 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@userfrosting/ts-log-adapter-gulplog](./ts-log-adapter-gulplog.md) &gt; [GulpLogLogger](./ts-log-adapter-gulplog.gulploglogger.md) ## GulpLogLogger class `gulplog` logging adapter. <b>Signature:</b> ```typescript export declare class GulpLogLogger implements Logger ``` <b>Implements:</b> Logger ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(prefix)](./ts-log-adapter-gulplog.gulploglogger._constructor_.md) | | Constructs a new instance of the <code>GulpLogLogger</code> class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [debug](./ts-log-adapter-gulplog.gulploglogger.debug.md) | | (message?: any, ...optionalParams: any\[\]) =&gt; void | | | [error](./ts-log-adapter-gulplog.gulploglogger.error.md) | | (message?: any, ...optionalParams: any\[\]) =&gt; void | | | [info](./ts-log-adapter-gulplog.gulploglogger.info.md) | | (message?: any, ...optionalParams: any\[\]) =&gt; void | | | [trace](./ts-log-adapter-gulplog.gulploglogger.trace.md) | | (message?: any, ...optionalParams: any\[\]) =&gt; void | | | [warn](./ts-log-adapter-gulplog.gulploglogger.warn.md) | | (message?: any, ...optionalParams: any\[\]) =&gt; void | |