pip-services3-components-node
Version:
Component definitions for Pip.Services in Node.js
13 lines (12 loc) • 390 B
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';