@userfrosting/ts-log-adapter-gulplog
Version:
An adapter for the ts-log interface that pushes logging to gulplog with optional arguments JSON encoded.
12 lines (7 loc) • 436 B
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) > [warn](./ts-log-adapter-gulplog.gulploglogger.warn.md)
## GulpLogLogger.warn property
<b>Signature:</b>
```typescript
warn: (message?: any, ...optionalParams: any[]) => void;
```