New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aurelia-logging-simple-console

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-logging-simple-console

simple console support for aurelia-logging

1.0.3
latest
Source
npm
Version published
Maintainers
1
Created
Source

aurelia-logging-simple-console

NPM version NPM downloads Build status Coverage Status badge-size-url

SimpleConsoleAppender for aurelia-logging and @unional/logging.

Usage

import { addAppender } from 'aurelia-logging' // or `@unional/logging`
import { SimpleConsoleAppender } from 'aurelia-logging-simple-console'

addAppender(new SimpleConsoleAppender())

// log away...

FAQs

Package last updated on 13 May 2019

Did you know?

Socket

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.

Install

Related posts