Interface: Logger
Properties
child
• child: (conf
: any
) => any
Type declaration
▸ (conf
): any
Parameters
Name | Type |
---|---|
conf | any |
Returns
any
Defined in
packages/core/types/src/configuration.ts:6
debug
• debug: (conf
: any
, template?
: string
) => void
Type declaration
▸ (conf
, template?
): void
Parameters
Name | Type |
---|---|
conf | any |
template? | string |
Returns
void
Defined in
packages/core/types/src/configuration.ts:7
error
• error: (conf
: any
, template?
: string
) => void
Type declaration
▸ (conf
, template?
): void
Parameters
Name | Type |
---|---|
conf | any |
template? | string |
Returns
void
Defined in
packages/core/types/src/configuration.ts:8
http
• http: (conf
: any
, template?
: string
) => void
Type declaration
▸ (conf
, template?
): void
Parameters
Name | Type |
---|---|
conf | any |
template? | string |
Returns
void
Defined in
packages/core/types/src/configuration.ts:9
info
• info: (conf
: any
, template?
: string
) => void
Type declaration
▸ (conf
, template?
): void
Parameters
Name | Type |
---|---|
conf | any |
template? | string |
Returns
void
Defined in
packages/core/types/src/configuration.ts:12
trace
• trace: (conf
: any
, template?
: string
) => void
Type declaration
▸ (conf
, template?
): void
Parameters
Name | Type |
---|---|
conf | any |
template? | string |
Returns
void
Defined in
packages/core/types/src/configuration.ts:10
warn
• warn: (conf
: any
, template?
: string
) => void
Type declaration
▸ (conf
, template?
): void
Parameters
Name | Type |
---|---|
conf | any |
template? | string |
Returns
void