structured-log
A JavaScript implementation of Serilog's hybrid text/structured logging
File Explorer
Download Latest Version (.zip)- serilog-js.png
- serilog-js.svg
- objectAssign.d.ts
- batchedSink.d.ts
- consoleSink.d.ts
- dynamicLevelSwitch.d.ts
- enrichStage.d.ts
- filterStage.d.ts
- index.d.ts
- logEvent.d.ts
- logger.d.ts
- loggerConfiguration.d.ts
- messageTemplate.d.ts
- pipeline.d.ts
- sink.d.ts
- structured-log.es6.js
- structured-log.es6.js.map
- structured-log.js
- structured-log.js.map
- es6-promise.auto.min.js
- index.html
- script.js
- index.js
- objectAssign.ts
- batchedSink.ts
- consoleSink.ts
- dynamicLevelSwitch.ts
- enrichStage.ts
- filterStage.ts
- index.ts
- logEvent.ts
- logger.ts
- loggerConfiguration.ts
- messageTemplate.ts
- pipeline.ts
- sink.ts
- batchedSink.spec.ts
- consoleSink.spec.ts
- dynamicLevelSwitch.spec.ts
- enrichStage.spec.ts
- filterStage.spec.ts
- helpers.ts
- index.spec.ts
- logEvent.spec.ts
- logger.spec.ts
- loggerConfiguration.spec.ts
- messageTemplate.spec.ts
- pipeline.spec.ts
- polyfills.ts
- sink.spec.ts
- .gitignore
- .travis.yml
- bower.json
- LICENSE
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/structured-log/structured-log
Downloads the entire project code from GitHub to your computer.
cd structured-log
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add structured-log
Type this command into your terminal and run it.
npm i --save structured-log
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
