UNPKG

pip-services3-components-node

Version:
12 lines 396 B
/** * @module info * * Todo: Rewrite the description * * @preferred * Contains a simple object that defines the context of execution. For various * logging functions we need to know what source we are logging from – what is * the processes name, what the process is/does. */ export { ContextInfo } from './ContextInfo'; export { DefaultInfoFactory } from './DefaultInfoFactory';