/**
 * @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';
