fix(core): update

This commit is contained in:
2022-07-26 21:03:39 +02:00
parent d71de485d6
commit 47bde8b4f8
4 changed files with 3562 additions and 443 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartlog',
version: '3.0.0',
version: '3.0.1',
description: 'minimalistic distributed and extensible logging tool'
}

View File

@ -9,8 +9,8 @@ export interface ISmartlogContructorOptions {
}
export class Smartlog implements plugins.smartlogInterfaces.ILogDestination {
private logContext: plugins.smartlogInterfaces.ILogContext;
private minimumLogLevel: plugins.smartlogInterfaces.TLogLevel;
public logContext: plugins.smartlogInterfaces.ILogContext;
public minimumLogLevel: plugins.smartlogInterfaces.TLogLevel;
public uniInstanceId: string = plugins.isounique.uni();