UNPKG
@lambda-group/charydbis
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.0.4
0.0.3
0.0.2
๐ NodeJS ScyllaDB ORM. ๐งช๐ง
github.com/Daniel-Boll/charydbis
Daniel-Boll/charydbis
@lambda-group/charydbis
/
src
/
utils
/
logger.d.ts
10 lines
(8 loc)
โข
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
class
Logger
{
private
readonly
prefix;
private
shouldLog;
constructor
(
prefix
:
string
);
log
(
message
:
string
):
void
;
error
(
message
:
string
):
void
; } export { Logger };