@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
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@userfrosting/ts-log-adapter-gulplog](./ts-log-adapter-gulplog.md) > [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\[\]) => void | |
| [error](./ts-log-adapter-gulplog.gulploglogger.error.md) | | (message?: any, ...optionalParams: any\[\]) => void | |
| [info](./ts-log-adapter-gulplog.gulploglogger.info.md) | | (message?: any, ...optionalParams: any\[\]) => void | |
| [trace](./ts-log-adapter-gulplog.gulploglogger.trace.md) | | (message?: any, ...optionalParams: any\[\]) => void | |
| [warn](./ts-log-adapter-gulplog.gulploglogger.warn.md) | | (message?: any, ...optionalParams: any\[\]) => void | |