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:9
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:10
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:11
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:12
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:15
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:13
warn
• warn: (conf
: any
, template?
: string
) => void
Type declaration
▸ (conf
, template?
): void
Parameters
Name | Type |
---|---|
conf | any |
template? | string |
Returns
void