
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
@futoin/log
Advanced tools
This is a set of additional implementations of FTN9 AuditLog for various purposes.
Alternative implementation of:
FTN9: FutoIn Interface - AuditLog
Version: 1.0 (client)
Spec: FTN9: FutoIn Interface - AuditLog v1.x
Author: Andrey Galkin
Command line:
$ npm install @futoin/log --save
LogFaceConsole-based AuditLog Native interface
Register with ConsoleFace.register().
NOTE: this is a lightweight console logger suitable for stdout-based log collection.
window.FutoInLog - Browser-only reference to futoin-log
window.futoin.Log - Browser-only reference to futoin-log
Initial client
LogFaceConsole-based AuditLog Native interface
Register with ConsoleFace.register().
NOTE: this is a lightweight console logger suitable for stdout-based log collection.
Kind: global class
Extends: LogFace
ConsoleFace setup
| Param | Type | Default | Description |
|---|---|---|---|
| impl | SimpleCCMImpl | CCM impl | |
| info | object | info object | |
| info.options | object | options | |
| [info.options.console] | object | Console | |
| [info.options.logTime] | object | false | enable timestamps |
| [info.options.logLevel] | object | debug | debug level |
Log message
Kind: instance method of ConsoleFace
Overrides: msg
| Param | Type | Description |
|---|---|---|
| lvl | string | debug |
| txt | string | message to log |
Log message
Kind: instance method of ConsoleFace
Overrides: hexdump
| Param | Type | Description |
|---|---|---|
| lvl | string | debug |
| txt | string | message to log |
| data | string | raw data |
window.FutoInLog - Browser-only reference to futoin-log
window.futoin.Log - Browser-only reference to futoin-log
Initial client
Kind: global function
| Param | Type | Description |
|---|---|---|
| asi | AsyncSteps | async steps interface |
| ccm | SimpleCCM | CCM interface |
| [options] | object | options |
| [options.logType] | string | type of logger |
documented by jsdoc-to-markdown.
FAQs
Extended log face and service implementations
We found that @futoin/log demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.