@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) > [info](./ts-log-adapter-gulplog.gulploglogger.info.md)
## GulpLogLogger.info property
<b>Signature:</b>
```typescript
info: (message?: any, ...optionalParams: any[]) => void;
```