Compare commits
30 Commits
Author | SHA1 | Date | |
---|---|---|---|
e849e4508b | |||
f8f48d67e0 | |||
ed2b74d436 | |||
0caf48a734 | |||
c4d6402fd9 | |||
83bc0c512b | |||
102e8faf92 | |||
87da0f1169 | |||
b53c49ca28 | |||
47bde8b4f8 | |||
d71de485d6 | |||
964666902f | |||
d5d6d7bf79 | |||
02d10dd08c | |||
4062157544 | |||
a673844fb3 | |||
53248a3a3d | |||
0043a553a7 | |||
13981404f3 | |||
db951d1877 | |||
26c84b3a04 | |||
b3d8cf68f1 | |||
60ae0fed4e | |||
a03e821c02 | |||
592178f066 | |||
260af690ff | |||
7bd12e7a01 | |||
f8a49e033d | |||
3066503a70 | |||
cf899609be |
127
.gitlab-ci.yml
127
.gitlab-ci.yml
@ -1,127 +0,0 @@
|
|||||||
# gitzone ci_default
|
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .npmci_cache/
|
|
||||||
key: '$CI_BUILD_STAGE'
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- security
|
|
||||||
- test
|
|
||||||
- release
|
|
||||||
- metadata
|
|
||||||
|
|
||||||
# ====================
|
|
||||||
# security stage
|
|
||||||
# ====================
|
|
||||||
mirror:
|
|
||||||
stage: security
|
|
||||||
script:
|
|
||||||
- npmci git mirror
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
audit:
|
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
|
||||||
stage: security
|
|
||||||
script:
|
|
||||||
- npmci npm prepare
|
|
||||||
- npmci command npm install --ignore-scripts
|
|
||||||
- npmci command npm config set registry https://registry.npmjs.org
|
|
||||||
- npmci command npm audit --audit-level=high
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
# ====================
|
|
||||||
# test stage
|
|
||||||
# ====================
|
|
||||||
|
|
||||||
testStable:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- npmci npm prepare
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm install
|
|
||||||
- npmci npm test
|
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- priv
|
|
||||||
|
|
||||||
testBuild:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- npmci npm prepare
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm install
|
|
||||||
- npmci command npm run build
|
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
release:
|
|
||||||
stage: release
|
|
||||||
script:
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm publish
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
# ====================
|
|
||||||
# metadata stage
|
|
||||||
# ====================
|
|
||||||
codequality:
|
|
||||||
stage: metadata
|
|
||||||
allow_failure: true
|
|
||||||
script:
|
|
||||||
- npmci command npm install -g tslint typescript
|
|
||||||
- npmci npm prepare
|
|
||||||
- npmci npm install
|
|
||||||
- npmci command "tslint -c tslint.json ./ts/**/*.ts"
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- priv
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
stage: metadata
|
|
||||||
script:
|
|
||||||
- npmci trigger
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
pages:
|
|
||||||
stage: metadata
|
|
||||||
script:
|
|
||||||
- npmci node install lts
|
|
||||||
- npmci command npm install -g @gitzone/tsdoc
|
|
||||||
- npmci npm prepare
|
|
||||||
- npmci npm install
|
|
||||||
- npmci command tsdoc
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
artifacts:
|
|
||||||
expire_in: 1 week
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
allow_failure: true
|
|
24
.vscode/launch.json
vendored
24
.vscode/launch.json
vendored
@ -2,28 +2,10 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "current file",
|
"command": "npm test",
|
||||||
"type": "node",
|
"name": "Run npm test",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"args": [
|
"type": "node-terminal"
|
||||||
"${relativeFile}"
|
|
||||||
],
|
|
||||||
"runtimeArgs": ["-r", "@gitzone/tsrun"],
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"protocol": "inspector",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "test.ts",
|
|
||||||
"type": "node",
|
|
||||||
"request": "launch",
|
|
||||||
"args": [
|
|
||||||
"test/test.ts"
|
|
||||||
],
|
|
||||||
"runtimeArgs": ["-r", "@gitzone/tsrun"],
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"protocol": "inspector",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -15,7 +15,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"projectType": {
|
"projectType": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["website", "element", "service", "npm"]
|
"enum": ["website", "element", "service", "npm", "wcc"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
"projectType": "npm",
|
"projectType": "npm",
|
||||||
"module": {
|
"module": {
|
||||||
"githost": "gitlab.com",
|
"githost": "gitlab.com",
|
||||||
"gitscope": "pushrocks",
|
"gitscope": "push.rocks",
|
||||||
"gitrepo": "smartlog",
|
"gitrepo": "smartlog",
|
||||||
"shortDescription": "minimalistic distributed and extensible logging tool",
|
"description": "minimalistic distributed and extensible logging tool",
|
||||||
"npmPackagename": "@pushrocks/smartlog",
|
"npmPackagename": "@push.rocks/smartlog",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"projectDomain": "push.rocks"
|
"projectDomain": "push.rocks"
|
||||||
}
|
}
|
||||||
|
4463
package-lock.json
generated
4463
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
31
package.json
31
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartlog",
|
"name": "@push.rocks/smartlog",
|
||||||
"version": "2.0.35",
|
"version": "3.0.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "minimalistic distributed and extensible logging tool",
|
"description": "minimalistic distributed and extensible logging tool",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -18,21 +18,20 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/)",
|
"test": "(tstest test/)",
|
||||||
"build": "(tsbuild --web && tsbundle npm)",
|
"build": "(tsbuild --web && tsbundle npm)",
|
||||||
"format": "(gitzone format)"
|
"format": "(gitzone format)",
|
||||||
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.24",
|
"@gitzone/tsbuild": "^2.1.25",
|
||||||
"@gitzone/tsrun": "^1.2.12",
|
"@gitzone/tsbundle": "^2.0.6",
|
||||||
"@gitzone/tstest": "^1.0.33",
|
"@gitzone/tsrun": "^1.2.17",
|
||||||
"@pushrocks/tapbundle": "^3.2.1",
|
"@gitzone/tstest": "^1.0.72",
|
||||||
"@types/node": "^14.0.13",
|
"@push.rocks/tapbundle": "^5.0.4",
|
||||||
"tslint": "^6.1.2",
|
"@types/node": "^18.6.1"
|
||||||
"tslint-config-prettier": "^1.18.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gitzone/tsbundle": "^1.0.69",
|
"@push.rocks/isounique": "^1.0.4",
|
||||||
"@pushrocks/isounique": "^1.0.4",
|
"@push.rocks/smartlog-interfaces": "^3.0.0"
|
||||||
"@pushrocks/smartlog-interfaces": "^2.0.20"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
@ -45,5 +44,9 @@
|
|||||||
"cli.js",
|
"cli.js",
|
||||||
"npmextra.json",
|
"npmextra.json",
|
||||||
"readme.md"
|
"readme.md"
|
||||||
]
|
],
|
||||||
|
"browserslist": [
|
||||||
|
"last 1 chrome versions"
|
||||||
|
],
|
||||||
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
4606
pnpm-lock.yaml
generated
Normal file
4606
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
48
test/test.browser.ts
Normal file
48
test/test.browser.ts
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
|
import * as smartlog from '../ts/index.js';
|
||||||
|
|
||||||
|
let testConsoleLog: smartlog.ConsoleLog;
|
||||||
|
let testSmartLog: smartlog.Smartlog;
|
||||||
|
|
||||||
|
tap.test('should produce a valid ConsoleLog instance', async () => {
|
||||||
|
testConsoleLog = new smartlog.ConsoleLog();
|
||||||
|
testConsoleLog.log('ok', 'this is ok');
|
||||||
|
});
|
||||||
|
|
||||||
|
tap.test('should produce instance of Smartlog', async () => {
|
||||||
|
testSmartLog = new smartlog.Smartlog({
|
||||||
|
logContext: {
|
||||||
|
environment: 'test',
|
||||||
|
runtime: 'node',
|
||||||
|
zone: 'gitzone',
|
||||||
|
company: 'Lossless GmbH',
|
||||||
|
companyunit: 'Lossless Cloud',
|
||||||
|
containerName: 'testing',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
tap.test('should enable console logging', async () => {
|
||||||
|
testSmartLog.enableConsole({
|
||||||
|
captureAll: true,
|
||||||
|
});
|
||||||
|
console.log('this is a normal log that should be captured');
|
||||||
|
console.log(new Error('hi there'));
|
||||||
|
testSmartLog.log('info', 'this should only be printed once');
|
||||||
|
});
|
||||||
|
|
||||||
|
tap.test('should be able to log things', async () => {
|
||||||
|
testSmartLog.log('silly', 'hi');
|
||||||
|
});
|
||||||
|
|
||||||
|
tap.test('should create a log group', async () => {
|
||||||
|
const logGroup = testSmartLog.createLogGroup('some cool transaction');
|
||||||
|
logGroup.log('info', 'this is logged from a log group');
|
||||||
|
});
|
||||||
|
|
||||||
|
tap.test('should catch error', async () => {
|
||||||
|
console.error(new Error('hey'));
|
||||||
|
// throw new Error('hey');
|
||||||
|
});
|
||||||
|
|
||||||
|
tap.start();
|
10
test/test.ts
10
test/test.ts
@ -1,5 +1,5 @@
|
|||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
import * as smartlog from '../ts/index';
|
import * as smartlog from '../ts/index.js';
|
||||||
|
|
||||||
let testConsoleLog: smartlog.ConsoleLog;
|
let testConsoleLog: smartlog.ConsoleLog;
|
||||||
let testSmartLog: smartlog.Smartlog;
|
let testSmartLog: smartlog.Smartlog;
|
||||||
@ -17,14 +17,14 @@ tap.test('should produce instance of Smartlog', async () => {
|
|||||||
zone: 'gitzone',
|
zone: 'gitzone',
|
||||||
company: 'Lossless GmbH',
|
company: 'Lossless GmbH',
|
||||||
companyunit: 'Lossless Cloud',
|
companyunit: 'Lossless Cloud',
|
||||||
containerName: 'testing'
|
containerName: 'testing',
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should enable console logging', async () => {
|
tap.test('should enable console logging', async () => {
|
||||||
testSmartLog.enableConsole({
|
testSmartLog.enableConsole({
|
||||||
captureAll: true
|
captureAll: true,
|
||||||
});
|
});
|
||||||
console.log('this is a normal log that should be captured');
|
console.log('this is a normal log that should be captured');
|
||||||
console.log(new Error('hi there'));
|
console.log(new Error('hi there'));
|
||||||
|
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* autocreated commitinfo by @pushrocks/commitinfo
|
||||||
|
*/
|
||||||
|
export const commitinfo = {
|
||||||
|
name: '@push.rocks/smartlog',
|
||||||
|
version: '3.0.4',
|
||||||
|
description: 'minimalistic distributed and extensible logging tool'
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins.js';
|
||||||
import { ConsoleLog } from './smartlog.classes.consolelog';
|
import { ConsoleLog } from './smartlog.classes.consolelog.js';
|
||||||
import { LogGroup } from './smartlog.classes.loggroup';
|
import { LogGroup } from './smartlog.classes.loggroup.js';
|
||||||
import { Smartlog } from './smartlog.classes.smartlog';
|
import { Smartlog } from './smartlog.classes.smartlog.js';
|
||||||
|
|
||||||
export { ConsoleLog, LogGroup, Smartlog };
|
export { ConsoleLog, LogGroup, Smartlog };
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* a console log optimized for smartlog
|
* a console log optimized for smartlog
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins.js';
|
||||||
import { Smartlog } from './smartlog.classes.smartlog';
|
import { Smartlog } from './smartlog.classes.smartlog.js';
|
||||||
|
|
||||||
export class LogGroup {
|
export class LogGroup {
|
||||||
public smartlogRef: Smartlog;
|
public smartlogRef: Smartlog;
|
||||||
@ -21,7 +21,7 @@ export class LogGroup {
|
|||||||
type: 'none',
|
type: 'none',
|
||||||
group: this.groupId,
|
group: this.groupId,
|
||||||
instance: this.smartlogRef.uniInstanceId,
|
instance: this.smartlogRef.uniInstanceId,
|
||||||
transaction: this.transactionId
|
transaction: this.transactionId,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,21 +1,19 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins.js';
|
||||||
|
|
||||||
import { ILogDestination, ILogPackage } from '@pushrocks/smartlog-interfaces';
|
|
||||||
|
|
||||||
export class LogRouter {
|
export class LogRouter {
|
||||||
/**
|
/**
|
||||||
* all log destinations
|
* all log destinations
|
||||||
*/
|
*/
|
||||||
private logDestinations: ILogDestination[] = [];
|
private logDestinations: plugins.smartlogInterfaces.ILogDestination[] = [];
|
||||||
|
|
||||||
constructor() {}
|
constructor() {}
|
||||||
|
|
||||||
public addLogDestination(logDestination: ILogDestination) {
|
public addLogDestination(logDestination: plugins.smartlogInterfaces.ILogDestination) {
|
||||||
this.logDestinations.push(logDestination);
|
this.logDestinations.push(logDestination);
|
||||||
}
|
}
|
||||||
|
|
||||||
// routes the log according to added logDestinations
|
// routes the log according to added logDestinations
|
||||||
public async routeLog(logPackageArg: ILogPackage) {
|
public async routeLog(logPackageArg: plugins.smartlogInterfaces.ILogPackage) {
|
||||||
for (const logDestination of this.logDestinations) {
|
for (const logDestination of this.logDestinations) {
|
||||||
await logDestination.handleLog(logPackageArg);
|
await logDestination.handleLog(logPackageArg);
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import * as plugins from './smartlog.plugins';
|
import * as plugins from './smartlog.plugins.js';
|
||||||
|
|
||||||
import { LogRouter } from './smartlog.classes.logrouter';
|
import { LogRouter } from './smartlog.classes.logrouter.js';
|
||||||
import { LogGroup } from '.';
|
import { LogGroup } from './smartlog.classes.loggroup.js';
|
||||||
|
|
||||||
export interface ISmartlogContructorOptions {
|
export interface ISmartlogContructorOptions {
|
||||||
logContext: plugins.smartlogInterfaces.ILogContext;
|
logContext: plugins.smartlogInterfaces.ILogContext;
|
||||||
@ -9,8 +9,8 @@ export interface ISmartlogContructorOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
||||||
private logContext: plugins.smartlogInterfaces.ILogContext;
|
public logContext: plugins.smartlogInterfaces.ILogContext;
|
||||||
private minimumLogLevel: plugins.smartlogInterfaces.TLogLevel;
|
public minimumLogLevel: plugins.smartlogInterfaces.TLogLevel;
|
||||||
|
|
||||||
public uniInstanceId: string = plugins.isounique.uni();
|
public uniInstanceId: string = plugins.isounique.uni();
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
|||||||
|
|
||||||
constructor(optionsArg: ISmartlogContructorOptions) {
|
constructor(optionsArg: ISmartlogContructorOptions) {
|
||||||
this.logContext = optionsArg.logContext;
|
this.logContext = optionsArg.logContext;
|
||||||
this.minimumLogLevel = optionsArg.minimumLogLevel;
|
this.minimumLogLevel = optionsArg.minimumLogLevel || 'silly';
|
||||||
}
|
}
|
||||||
|
|
||||||
// ============
|
// ============
|
||||||
@ -35,33 +35,32 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
|||||||
* enables console logging
|
* enables console logging
|
||||||
*/
|
*/
|
||||||
public enableConsole(optionsArg?: { captureAll: boolean }) {
|
public enableConsole(optionsArg?: { captureAll: boolean }) {
|
||||||
if (process && optionsArg && optionsArg.captureAll) {
|
if (globalThis.process && optionsArg && optionsArg.captureAll) {
|
||||||
|
const process = globalThis.process;
|
||||||
const write = process.stdout.write;
|
const write = process.stdout.write;
|
||||||
/* import * as fs from 'fs';
|
process.stdout.write = (...args: any) => {
|
||||||
const fileStream = fs.createWriteStream(plugins.path.join(paths.nogitDir, 'output.txt'), {
|
|
||||||
flags: 'a+'
|
|
||||||
}); */
|
|
||||||
process.stdout.write = (...args) => {
|
|
||||||
const logString: string = args[0];
|
const logString: string = args[0];
|
||||||
if (!logString.startsWith('LOG') && typeof logString === 'string') {
|
if (!logString || typeof logString.startsWith !== 'function') {
|
||||||
switch(true) {
|
// lets continue as planned
|
||||||
|
} else if (!logString.startsWith('LOG') && typeof logString === 'string') {
|
||||||
|
switch (true) {
|
||||||
case logString.substr(0, 20).includes('Error:'):
|
case logString.substr(0, 20).includes('Error:'):
|
||||||
this.log('error', logString);
|
this.log('error', logString);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
this.log('info', logString);
|
this.log('info', logString);
|
||||||
}
|
}
|
||||||
return;
|
return true;
|
||||||
}
|
}
|
||||||
// fileStream.write(args[0]);
|
// fileStream.write(args[0]);
|
||||||
write.apply(process.stdout, args);
|
write.apply(process.stdout, args);
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
process.stderr.write = (...args) => {
|
process.stderr.write = (...args: any) => {
|
||||||
if (!args[0].startsWith('LOG')) {
|
if (!args[0].startsWith('LOG')) {
|
||||||
this.log('error', args[0]);
|
this.log('error', args[0]);
|
||||||
return;
|
return true;
|
||||||
}
|
}
|
||||||
// fileStream.write(args[0]);
|
// fileStream.write(args[0]);
|
||||||
write.apply(process.stderr, args);
|
write.apply(process.stderr, args);
|
||||||
@ -91,9 +90,9 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
|||||||
...{
|
...{
|
||||||
id: plugins.isounique.uni(),
|
id: plugins.isounique.uni(),
|
||||||
type: 'none',
|
type: 'none',
|
||||||
instance: this.uniInstanceId
|
instance: this.uniInstanceId,
|
||||||
},
|
},
|
||||||
...correlationArg
|
...correlationArg,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.consoleEnabled) {
|
if (this.consoleEnabled) {
|
||||||
@ -106,7 +105,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
|||||||
context: this.logContext,
|
context: this.logContext,
|
||||||
level: logLevelArg,
|
level: logLevelArg,
|
||||||
correlation: correlationArg,
|
correlation: correlationArg,
|
||||||
message: logMessageArg
|
message: logMessageArg,
|
||||||
};
|
};
|
||||||
if (logDataArg) {
|
if (logDataArg) {
|
||||||
logPackage.data = logDataArg;
|
logPackage.data = logDataArg;
|
||||||
@ -120,7 +119,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
|||||||
logDataArg?: any,
|
logDataArg?: any,
|
||||||
correlationArg: plugins.smartlogInterfaces.ILogCorrelation = {
|
correlationArg: plugins.smartlogInterfaces.ILogCorrelation = {
|
||||||
id: plugins.isounique.uni(),
|
id: plugins.isounique.uni(),
|
||||||
type: 'none'
|
type: 'none',
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
if (this.consoleEnabled) {
|
if (this.consoleEnabled) {
|
||||||
@ -132,7 +131,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
|
|||||||
context: this.logContext,
|
context: this.logContext,
|
||||||
level: logLevelArg,
|
level: logLevelArg,
|
||||||
message: logMessageArg,
|
message: logMessageArg,
|
||||||
correlation: correlationArg
|
correlation: correlationArg,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import * as isounique from '@pushrocks/isounique';
|
import * as isounique from '@push.rocks/isounique';
|
||||||
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
|
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
|
||||||
|
|
||||||
export { isounique, smartlogInterfaces };
|
export { isounique, smartlogInterfaces };
|
||||||
|
17
tslint.json
17
tslint.json
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"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