pip-services3-components-node
Version:
Component definitions for Pip.Services in Node.js
12 lines • 396 B
text/typescript
/**
* @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';