Making filename configurable after creation
This commit is contained in:
parent
bcff79fc90
commit
176d37249d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hibas123/logging",
|
"name": "@hibas123/logging",
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "out/index.js",
|
"main": "out/index.js",
|
||||||
"types": "out/index.d.ts",
|
"types": "out/index.d.ts",
|
||||||
|
@ -84,7 +84,7 @@ export class LoggingBase {
|
|||||||
private messageObservable = new Observable<Message>();
|
private messageObservable = new Observable<Message>();
|
||||||
protected _name: string;
|
protected _name: string;
|
||||||
|
|
||||||
private resolve_filename: boolean;
|
public resolve_filename: boolean;
|
||||||
|
|
||||||
private _logLevel = LoggingTypes.Debug;
|
private _logLevel = LoggingTypes.Debug;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user