Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
102e8faf92 | |||
87da0f1169 | |||
b53c49ca28 | |||
47bde8b4f8 |
11688
package-lock.json
generated
11688
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartlog",
|
"name": "@pushrocks/smartlog",
|
||||||
"version": "3.0.0",
|
"version": "3.0.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "minimalistic distributed and extensible logging tool",
|
"description": "minimalistic distributed and extensible logging tool",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -23,17 +23,15 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.25",
|
"@gitzone/tsbuild": "^2.1.25",
|
||||||
"@gitzone/tsbundle": "^1.0.80",
|
"@gitzone/tsbundle": "^2.0.6",
|
||||||
"@gitzone/tsrun": "^1.2.17",
|
"@gitzone/tsrun": "^1.2.17",
|
||||||
"@gitzone/tstest": "^1.0.54",
|
"@gitzone/tstest": "^1.0.72",
|
||||||
"@pushrocks/tapbundle": "^3.2.14",
|
"@pushrocks/tapbundle": "^5.0.4",
|
||||||
"@types/node": "^16.0.0",
|
"@types/node": "^18.6.1"
|
||||||
"tslint": "^6.1.3",
|
|
||||||
"tslint-config-prettier": "^1.18.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/isounique": "^1.0.4",
|
"@pushrocks/isounique": "^1.0.4",
|
||||||
"@pushrocks/smartlog-interfaces": "^2.0.22"
|
"@pushrocks/smartlog-interfaces": "^3.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
4356
pnpm-lock.yaml
generated
Normal file
4356
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartlog',
|
name: '@pushrocks/smartlog',
|
||||||
version: '3.0.0',
|
version: '3.0.2',
|
||||||
description: 'minimalistic distributed and extensible logging tool'
|
description: 'minimalistic distributed and extensible logging tool'
|
||||||
}
|
}
|
||||||
|
@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user