amos-ionic-logging
Version:
Components for Ionic logging
53 lines (33 loc) • 2.71 kB
Markdown
# ionic-logging-service workspace
[](https://markus.visualstudio.com/ionic-logging/_build/latest?definitionId=24&branchName=master)
[](https://codecov.io/gh/Ritzlgrmft/ionic-logging-service)
[](https://www.npmjs.com/package/ionic-logging-service)
[](https://www.npmjs.com/package/ionic-logging-service)
[](https://david-dm.org/ritzlgrmft/ionic-logging-service/master)
[](https://david-dm.org/ritzlgrmft/ionic-logging-service/master?type=peer)
[](https://david-dm.org/ritzlgrmft/ionic-logging-service/master?type=dev)
[](http://commitizen.github.io/cz-cli/)
[](https://snyk.io/test/github/ritzlgrmft/ionic-logging-service)
[](https://www.npmjs.com/package/ionic-logging-service)
The ionic-logging-service encapsulates [log4javascript](http://log4javascript.org/)'s functionalities for apps built with [Ionic framework](http://ionicframework.com).
The workspace contains these projects:
## ionic-logging-service
The main service. For further info have a look at the [service's readme](https://github.com/Ritzlgrmft/ionic-logging-service/blob/master/projects/ionic-logging-service/README.md).
Useful commands:
* `npm run build-service`
* `npm run test-service`
* `npm run compodoc-service`
## ionic-logging-viewer
The viewer component. For further info have a look at the [component's readme](https://github.com/Ritzlgrmft/ionic-logging-service/blob/master/projects/ionic-logging-viewer/README.md).
Useful commands:
* `npm run build-viewer`
* `npm run test-viewer`
* `npm run compodoc-viewer`
## ionic-logging-viewer-app
A test app for the `ionic-logging-viewer` as well as a sample app for `ionic-logging-service`.
Useful commands:
* `ionic serve --project ionic-logging-viewer-app`
## ionic-logging-viewer-app-e2e
E2E tests for `ionic-logging-viewer-app`.
Useful commands:
* `ng e2e --project ionic-logging-viewer-app-e2e`