UNPKG
@wbg-mde/model
Version:
latest (4.0.10)
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.5.1
3.5.0
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.0
3.3.9
3.3.7
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.9
3.2.8
3.2.7
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.7
3.1.6
3.1.4
3.1.3
3.1.2
3.1.1
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
Metadata Editor Model Definitions
@wbg-mde/model
/
dist
/
view-model
/
applogger.model.d.ts
14 lines
(13 loc)
•
303 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export declare enum LogLevels { error =
0
,
warn
=
1
, info =
2
, verbose =
3
, debug =
4
, silly =
5
} export declare const TracerLogFor: {
class
: "
Class
"
;
method
: "
Method
"
; }; export declare type TracerLogFor = (typeof TracerLogFor)[keyof typeof TracerLogFor];