UNPKG
@seagull/logging
Version:
latest (20.0.5)
20.0.5
20.0.4
20.0.3
20.0.2
20.0.1
20.0.0
19.1.0
19.0.4
19.0.3
19.0.2
19.0.1
19.0.0
18.3.4
18.3.2
18.3.1
18.2.6
18.2.5
18.2.4
18.2.3
18.2.2
18.2.1
18.2.0
18.0.2
18.0.1
18.0.0
17.8.2
17.8.0
17.7.0
17.1.0
17.0.1
17.0.0
16.2.1
16.2.0
16.1.1
16.1.0
16.0.5
16.0.4
16.0.3
16.0.2
16.0.1
16.0.0
15.0.3
15.0.2
15.0.1
15.0.0
14.0.0
13.0.0
12.0.0
11.4.0
11.3.0
11.2.0
11.1.0
11.0.0
10.7.1
10.7.0
10.6.0
10.5.0
10.4.0
10.3.1
10.3.0
10.1.0
10.0.2
10.0.1
10.0.0
9.3.7
9.2.0
9.0.1
9.0.0
7.2.1
7.0.0
6.0.0
5.0.0
3.4.2
3.4.1-3.5.0-alpha.0.0
3.3.0
3.2.0
3.0.7
3.0.5
3.0.1
3.0.0
2.11.1
2.11.0
2.10.0
2.9.4
2.0.0
1.7.0
1.6.1
1.4.0
1.3.0
1.2.0
1.1.3
1.0.2
Logging utilities for the Seagull Framework
github.com/seagull-js/seagull
seagull-js/seagull
@seagull/logging
/
dist
/
src
/
stash.d.ts
9 lines
(8 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="node" />
import
*
as
log
from
'npmlog'
;
import
{
Writable
}
from
'stream'
;
export
declare
class
Stash
extends
Writable
{
buffer
: log.
MessageObject
[];
constructor
(
);
_write
(
msg
: log.
MessageObject
,
encoding
:
any
,
callback
:
any
):
void
; }