4.4.2 • Published 1 year ago

volante-console v4.4.2

Weekly downloads
6
License
ISC
Repository
github
Last release
1 year ago

Volante Console Logger Spoke

Volante Spoke module which handles logging Volante log events to console.

Usage

npm install volante-console

Volante Spokes are automatically loaded and instanced if they are installed locally and hub.attachAll() is called.

Props

Options are changed using the VolanteConsole.props event with an options object (shown with defaults):

hub.emit('VolanteConsole.update', {
  timestamp: false, // write timestamp
  level: 'any',     // level filter ['any', 'normal', 'debug', 'warning', 'error']
  stringify: true,  // call JSON.stringify for Objects
  srcFilter: null   // filter src value by string match or regex
});

License

ISC

4.4.1

1 year ago

4.3.2

1 year ago

4.4.0

1 year ago

4.4.2

1 year ago

4.3.1

1 year ago

4.3.0

2 years ago

4.2.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago