UNPKG
@rdfc/sds-storage-writer-ts
Version:
alpha (2.0.0-alpha.2)
latest (2.0.0)
2.0.0
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.3.0-alpha.4
0.3.0-alpha.3
0.3.0-alpha.2
0.3.0-alpha.1
0.2.7
0.2.6
An RDF-Connect processor to write SDS streams into a given storage system
@rdfc/sds-storage-writer-ts
/
lib
/
utils
/
logUtil.d.ts
10 lines
(9 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Logger
}
from
"winston"
;
export
declare
function
getLoggerFor
(
loggable
:
string
|
Instance
):
Logger
;
interface
Constructor
{
name
:
string
; }
interface
Instance
{
constructor
:
Constructor
; }
export
{};