@terascope/job-components / utils
utils
Functions
isPromAvailable()
isPromAvailable(
context
):boolean
Defined in: packages/job-components/src/utils.ts:32
Parameters
Parameter | Type |
---|---|
context | Context |
Returns
boolean
makeContextLogger()
makeContextLogger(
context
,moduleName
,extra
):Logger
Defined in: packages/job-components/src/utils.ts:4
Parameters
Parameter | Type |
---|---|
context | Context |
moduleName | string |
extra | {} |
Returns
makeExContextLogger()
makeExContextLogger(
context
,config
,moduleName
,extra
):Logger
Defined in: packages/job-components/src/utils.ts:17
Parameters
Parameter | Type |
---|---|
context | Context |
config | ExecutionConfig |
moduleName | string |
extra | {} |