Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
34cc6cbed5 | |||
0bcca99349 | |||
dc72beaf61 | |||
3b706a3b54 | |||
acde7f2204 | |||
890d592072 | |||
31d8aa84ec | |||
3050a63323 | |||
9e294ee357 | |||
ba19654a5e | |||
0ac464875a | |||
fa074facbb | |||
ac4d466ab4 | |||
a0aa3c1122 | |||
5dff4961fb | |||
3a98c2e7d9 | |||
39d08ef53a | |||
74e6bc7a3c | |||
5d0056558a | |||
2b920e2f5e | |||
793cd38381 | |||
7a05e4484d | |||
2fe657f5af | |||
5508beae25 | |||
f2c0f1acff | |||
5805cc51a6 | |||
c9c38368c1 | |||
640eddae2d | |||
ade4d86597 | |||
d4cc9dbcd0 | |||
cde3686209 | |||
485e04c0b3 |
@ -26,6 +26,7 @@ mirror:
|
|||||||
snyk:
|
snyk:
|
||||||
stage: security
|
stage: security
|
||||||
script:
|
script:
|
||||||
|
- npmci npm prepare
|
||||||
- npmci command npm install -g snyk
|
- npmci command npm install -g snyk
|
||||||
- npmci command npm install --ignore-scripts
|
- npmci command npm install --ignore-scripts
|
||||||
- npmci command snyk test
|
- npmci command snyk test
|
||||||
@ -33,24 +34,39 @@ snyk:
|
|||||||
- docker
|
- docker
|
||||||
- notpriv
|
- notpriv
|
||||||
|
|
||||||
|
sast:
|
||||||
|
stage: security
|
||||||
|
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
|
||||||
|
variables:
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
allow_failure: true
|
||||||
|
services:
|
||||||
|
- docker:stable-dind
|
||||||
|
script:
|
||||||
|
- npmci npm prepare
|
||||||
|
- npmci npm install
|
||||||
|
- npmci command npm run build
|
||||||
|
- export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
|
||||||
|
- docker run
|
||||||
|
--env SAST_CONFIDENCE_LEVEL="${SAST_CONFIDENCE_LEVEL:-3}"
|
||||||
|
--volume "$PWD:/code"
|
||||||
|
--volume /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
"registry.gitlab.com/gitlab-org/security-products/sast:$SP_VERSION" /app/bin/run /code
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
sast: gl-sast-report.json
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
- priv
|
||||||
|
|
||||||
# ====================
|
# ====================
|
||||||
# test stage
|
# test stage
|
||||||
# ====================
|
# ====================
|
||||||
testLEGACY:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- npmci node install legacy
|
|
||||||
- npmci npm install
|
|
||||||
- npmci npm test
|
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
testLTS:
|
testLTS:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- npmci npm prepare
|
||||||
- npmci node install lts
|
- npmci node install lts
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci npm test
|
- npmci npm test
|
||||||
@ -62,6 +78,7 @@ testLTS:
|
|||||||
testSTABLE:
|
testSTABLE:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- npmci npm prepare
|
||||||
- npmci node install stable
|
- npmci node install stable
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci npm test
|
- npmci npm test
|
||||||
@ -117,8 +134,10 @@ pages:
|
|||||||
image: hosttoday/ht-docker-node:npmci
|
image: hosttoday/ht-docker-node:npmci
|
||||||
stage: metadata
|
stage: metadata
|
||||||
script:
|
script:
|
||||||
- npmci command npm install -g npmpage
|
- npmci command npm install -g typedoc typescript
|
||||||
- npmci command npmpage
|
- npmci npm prepare
|
||||||
|
- npmci npm install
|
||||||
|
- npmci command typedoc --module "commonjs" --target "ES2016" --out public/ ts/
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- notpriv
|
- notpriv
|
||||||
@ -129,13 +148,3 @@ pages:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
windowsCompatibility:
|
|
||||||
image: stefanscherer/node-windows:10-build-tools
|
|
||||||
stage: metadata
|
|
||||||
script:
|
|
||||||
- npm install & npm test
|
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
|
||||||
tags:
|
|
||||||
- windows
|
|
||||||
allow_failure: true
|
|
||||||
|
@ -1,8 +1,17 @@
|
|||||||
{
|
{
|
||||||
|
"gitzone": {
|
||||||
|
"module": {
|
||||||
|
"githost": "gitlab.com",
|
||||||
|
"gitscope": "pushrocks",
|
||||||
|
"gitrepo": "smartlog",
|
||||||
|
"shortDescription": "minimalistic distributed and extensible logging tool",
|
||||||
|
"npmPackagename": "@pushrocks/smartlog",
|
||||||
|
"license": "MIT",
|
||||||
|
"projectDomain": "push.rocks"
|
||||||
|
}
|
||||||
|
},
|
||||||
"npmci": {
|
"npmci": {
|
||||||
"npmGlobalTools": [
|
"npmGlobalTools": [],
|
||||||
"@gitzone/npmts"
|
|
||||||
],
|
|
||||||
"npmAccessLevel": "public"
|
"npmAccessLevel": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1229
package-lock.json
generated
1229
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
27
package.json
27
package.json
@ -1,22 +1,35 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartlog",
|
"name": "@pushrocks/smartlog",
|
||||||
"version": "2.0.0",
|
"version": "2.0.16",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "winston based logger for large scale projects",
|
"description": "minimalistic distributed and extensible logging tool",
|
||||||
|
"keywords": [
|
||||||
|
"logging",
|
||||||
|
"centralized logging",
|
||||||
|
"json logging",
|
||||||
|
"scalyr",
|
||||||
|
"elasticsearch",
|
||||||
|
"logdna"
|
||||||
|
],
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tsrun test/test.ts)",
|
"test": "(tstest test/)",
|
||||||
"build": "(npmts)",
|
"build": "(tsbuild)",
|
||||||
"format": "(gitzone format)"
|
"format": "(gitzone format)"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsrun": "^1.1.1",
|
"@gitzone/tsbuild": "^2.1.4",
|
||||||
"tapbundle": "^2.0.2"
|
"@gitzone/tsrun": "^1.1.17",
|
||||||
|
"@gitzone/tstest": "^1.0.18",
|
||||||
|
"@pushrocks/tapbundle": "^3.0.7",
|
||||||
|
"@types/node": "^10.12.18",
|
||||||
|
"tslint": "^5.12.1",
|
||||||
|
"tslint-config-prettier": "^1.17.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartlog-interfaces": "^1.0.9"
|
"@pushrocks/smartlog-interfaces": "^2.0.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
85
readme.md
85
readme.md
@ -1,34 +1,77 @@
|
|||||||
# smartlog
|
# @pushrocks/smartlog
|
||||||
|
minimalistic distributed and extensible logging tool
|
||||||
|
|
||||||
winston based logger for large scale projects
|
## Availabililty and Links
|
||||||
|
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartlog)
|
||||||
## Availabililty
|
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartlog)
|
||||||
|
* [github.com (source mirror)](https://github.com/pushrocks/smartlog)
|
||||||
[](https://www.npmjs.com/package/smartlog)
|
* [docs (typedoc)](https://pushrocks.gitlab.io/smartlog/)
|
||||||
[](https://GitLab.com/pushrocks/smartlog)
|
|
||||||
[](https://github.com/pushrocks/smartlog)
|
|
||||||
[](https://pushrocks.gitlab.io/smartlog/)
|
|
||||||
|
|
||||||
## Status for master
|
## Status for master
|
||||||
|
[](https://gitlab.com/pushrocks/smartlog/commits/master)
|
||||||
[](https://GitLab.com/pushrocks/smartlog/commits/master)
|
[](https://gitlab.com/pushrocks/smartlog/commits/master)
|
||||||
[](https://GitLab.com/pushrocks/smartlog/commits/master)
|
[](https://www.npmjs.com/package/@pushrocks/smartlog)
|
||||||
[](https://www.npmjs.com/package/smartlog)
|
[](https://snyk.io/test/npm/@pushrocks/smartlog)
|
||||||
[](https://david-dm.org/pushrocks/smartlog)
|
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
||||||
[](https://www.bithound.io/github/pushrocks/smartlog/master/dependencies/npm)
|
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
||||||
[](https://www.bithound.io/github/pushrocks/smartlog)
|
|
||||||
[](https://snyk.io/test/npm/smartlog)
|
|
||||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
||||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
||||||
[](http://standardjs.com/)
|
[](http://standardjs.com/)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Use TypeScript for best in class instellisense.
|
Use TypeScript for best in class instellisense.
|
||||||
|
|
||||||
For further information read the linked docs at the top of this README.
|
smartlog id s minimal logging package that provides a consistent experience across the complete logging stack. Smartlog allows you to create a logger instance like this:
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import { Smartlog } from '@pushrocks/smartlog';
|
||||||
|
const logger = new Smartlog({
|
||||||
|
{
|
||||||
|
company?: 'My awesome company',
|
||||||
|
companyunit?: 'my awesome cloud team',
|
||||||
|
containerName?: 'awesome-container',
|
||||||
|
environment: TEnvironment: 'kubernetes-production',
|
||||||
|
runtime: 'node',
|
||||||
|
zone: 'zone x'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
logger.log('silly', `a silly statement`); // log levels are shown to you by the IDE
|
||||||
|
```
|
||||||
|
|
||||||
|
There is also a default logger available that you can use:
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import { Smartlog, defaultLogger } from '@pushrocks/smartlog';
|
||||||
|
|
||||||
|
export class MyAwesomeClass {
|
||||||
|
constructor(public logger: Smartlog = defaultLogger) {
|
||||||
|
// what happens here that a instance of this class will have instance.logger available
|
||||||
|
// if you set a custom logger, than that will be used, if not the default logger.
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### Destinations
|
||||||
|
|
||||||
|
smartlog supports different kinds of destinations.
|
||||||
|
|
||||||
|
The following destinations are available:
|
||||||
|
|
||||||
|
- [@pushrocks/smartlog-destination-local](https://www.npmjs.com/package/@pushrocks/smartlog-destination-local) - outputs logs to the local console in a colorful, nice to read way.
|
||||||
|
- [@pushrocks/smartlog-destination-devtools](https://www.npmjs.com/package/@pushrocks/smartlog-destination-devtools) - outputs logs into the browser console in a colorful, nice to read way.
|
||||||
|
- [@pushrocks/smartlog-destination-receiver](https://www.npmjs.com/package/@pushrocks/smartlog-destination-receiver) - sends logs to a smartlog receiver (more about that below)
|
||||||
|
- [@mojoio/scalyr](https://www.npmjs.com/package/@pushrocks/smartlog-destination-receiver) - an scalyr API package that comes with a smartlog log destination included
|
||||||
|
- [@mojoio/elasticsearch](https://www.npmjs.com/package/@mojoio/elasticsearch) - an elasticsearch API package that comes with a smartlog destination included
|
||||||
|
|
||||||
|
### Adding a log destination
|
||||||
|
|
||||||
|
```
|
||||||
|
// TBD
|
||||||
|
```
|
||||||
|
|
||||||
|
For further information read the linked docs at the top of this readme.
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
> | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||||
|
|
||||||
[](https://push.rocks)
|
[](https://push.rocks)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { expect, tap } from 'tapbundle';
|
import { expect, tap } from '@pushrocks/tapbundle';
|
||||||
import * as smartlog from '../ts/index';
|
import * as smartlog from '../ts/index';
|
||||||
|
|
||||||
let defaultLogger: smartlog.Smartlog;
|
let defaultLogger: smartlog.Smartlog;
|
||||||
|
14
ts/index.ts
14
ts/index.ts
@ -1,6 +1,16 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins';
|
||||||
import { Smartlog } from './smartlog.classes.smartlog';
|
import { Smartlog } from './smartlog.classes.smartlog';
|
||||||
const defaultLogger: Smartlog = new Smartlog();
|
const defaultLogger: Smartlog = new Smartlog({
|
||||||
|
logContext: {
|
||||||
|
company: 'undefined',
|
||||||
|
companyunit: 'undefefined',
|
||||||
|
containerName: 'undefined',
|
||||||
|
environment: 'local',
|
||||||
|
runtime: 'node',
|
||||||
|
zone: 'undefined'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
defaultLogger.enableConsole();
|
||||||
|
|
||||||
export { Smartlog, defaultLogger };
|
export { Smartlog, defaultLogger };
|
||||||
|
|
||||||
|
@ -1,10 +1,23 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins';
|
||||||
|
|
||||||
import { ILogDestination } from '@pushrocks/smartlog-interfaces';
|
import { ILogDestination, ILogPackage } from '@pushrocks/smartlog-interfaces';
|
||||||
|
|
||||||
export class LogRouter {
|
export class LogRouter {
|
||||||
logDestinations: ILogDestination[] = [];
|
/**
|
||||||
|
* all log destinations
|
||||||
|
*/
|
||||||
|
private logDestinations: ILogDestination[] = [];
|
||||||
|
|
||||||
constructor() {}
|
constructor() {}
|
||||||
|
|
||||||
addLogDestination;
|
public addLogDestination(logDestination: ILogDestination) {
|
||||||
|
this.logDestinations.push(logDestination);
|
||||||
|
}
|
||||||
|
|
||||||
|
// routes the log according to added logDestinations
|
||||||
|
routeLog(logPackageArg: ILogPackage) {
|
||||||
|
for (const logDestination of this.logDestinations) {
|
||||||
|
logDestination.handleLog(logPackageArg);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,40 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins';
|
||||||
|
|
||||||
// interfaces
|
// interfaces
|
||||||
import { TEnvironment, ILogContext, TLogLevel, TRuntime } from '@pushrocks/smartlog-interfaces';
|
import {
|
||||||
|
TLogType,
|
||||||
|
TEnvironment,
|
||||||
|
ILogContext,
|
||||||
|
TLogLevel,
|
||||||
|
TRuntime,
|
||||||
|
ILogDestination,
|
||||||
|
ILogPackage
|
||||||
|
} from '@pushrocks/smartlog-interfaces';
|
||||||
|
|
||||||
|
import { LogRouter } from './smartlog.classes.logrouter';
|
||||||
|
|
||||||
|
export interface ISmartlogContructorOptions {
|
||||||
|
logContext: ILogContext;
|
||||||
|
minimumLogLevel?: TLogLevel;
|
||||||
|
}
|
||||||
|
|
||||||
export class Smartlog {
|
export class Smartlog {
|
||||||
private logContext: ILogContext;
|
private logContext: ILogContext;
|
||||||
|
private minimumLogLevel: TLogLevel;
|
||||||
|
|
||||||
private consoleEnabled: boolean;
|
private consoleEnabled: boolean;
|
||||||
private minimumLevel: TLogLevel;
|
|
||||||
private runtime: TRuntime;
|
private logRouter = new LogRouter();
|
||||||
|
|
||||||
|
public addLogDestination(logDestinationArg: ILogDestination) {
|
||||||
|
this.logRouter.addLogDestination(logDestinationArg);
|
||||||
|
}
|
||||||
|
|
||||||
|
constructor(optionsArg: ISmartlogContructorOptions) {
|
||||||
|
this.logContext = optionsArg.logContext;
|
||||||
|
this.minimumLogLevel = optionsArg.minimumLogLevel;
|
||||||
|
}
|
||||||
|
|
||||||
// ============
|
// ============
|
||||||
// Logger Setup
|
// Logger Setup
|
||||||
// ============
|
// ============
|
||||||
@ -19,39 +46,48 @@ export class Smartlog {
|
|||||||
this.consoleEnabled = true;
|
this.consoleEnabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* set a minimum serverity level to log
|
|
||||||
* @param levelArg
|
|
||||||
*/
|
|
||||||
level(levelArg: TLogLevel) {}
|
|
||||||
|
|
||||||
// =============
|
// =============
|
||||||
// log functions
|
// log functions
|
||||||
// =============
|
// =============
|
||||||
/**
|
/**
|
||||||
* log stuff
|
* main log method
|
||||||
* @param logLevelArg
|
* @param logLevelArg - the log level
|
||||||
* @param logMessageArg
|
* @param logMessageArg - the log message
|
||||||
|
* @param logDataArg - any additional log data
|
||||||
*/
|
*/
|
||||||
log(logLevelArg: TLogLevel, logMessageArg: string) {}
|
public log(logLevelArg: TLogLevel, logMessageArg: string, logDataArg?: any) {
|
||||||
|
if (this.consoleEnabled) {
|
||||||
silly(logMessageArg: string) {
|
console.log(
|
||||||
this.log('silly', logMessageArg);
|
`LOG => ${new Date().getHours()}:${new Date().getMinutes()}:${new Date().getSeconds()} => ${logLevelArg}: ${logMessageArg}`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
const logPackage: ILogPackage = {
|
||||||
|
timestamp: Date.now(),
|
||||||
|
type: 'log',
|
||||||
|
context: this.logContext,
|
||||||
|
level: logLevelArg,
|
||||||
|
message: logMessageArg
|
||||||
|
};
|
||||||
|
if (logDataArg) {
|
||||||
|
logPackage.data = logDataArg;
|
||||||
|
}
|
||||||
|
this.logRouter.routeLog(logPackage);
|
||||||
}
|
}
|
||||||
|
|
||||||
debug(logMessageArg) {
|
public increment(logLevelArg: TLogLevel, logMessageArg) {
|
||||||
this.log('debug', logMessageArg);
|
if (this.consoleEnabled) {
|
||||||
|
console.log(`INCREMENT: ${logLevelArg}: ${logMessageArg}`);
|
||||||
|
}
|
||||||
|
this.logRouter.routeLog({
|
||||||
|
timestamp: Date.now(),
|
||||||
|
type: 'increment',
|
||||||
|
context: this.logContext,
|
||||||
|
level: logLevelArg,
|
||||||
|
message: logMessageArg
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
info(logMessageArg: string) {
|
public handleLogPackage(logPackageArg: ILogPackage) {
|
||||||
this.log('info', logMessageArg);
|
this.logRouter.routeLog(logPackageArg);
|
||||||
}
|
|
||||||
|
|
||||||
warn(logMessageArg) {
|
|
||||||
this.log('warn', logMessageArg);
|
|
||||||
}
|
|
||||||
|
|
||||||
error(logMessageArg) {
|
|
||||||
this.log('error', logMessageArg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
16
tslint.json
16
tslint.json
@ -1,3 +1,17 @@
|
|||||||
{
|
{
|
||||||
"extends": "tslint-config-standard"
|
"extends": ["tslint:latest", "tslint-config-prettier"],
|
||||||
|
"rules": {
|
||||||
|
"semicolon": [true, "always"],
|
||||||
|
"no-console": false,
|
||||||
|
"ordered-imports": false,
|
||||||
|
"object-literal-sort-keys": false,
|
||||||
|
"member-ordering": {
|
||||||
|
"options":{
|
||||||
|
"order": [
|
||||||
|
"static-method"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultSeverity": "warning"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user