@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
12 lines • 365 B
TypeScript
export function thoughtLog(s: any, args: any): void;
export function thoughtEnd(): void;
/**
* Log trace messages
*
* @param {String} traceType Trace type
* @param {Object} args Additional arguments
*/
export function traceLog(traceType: string, args: any): void;
export const THINK_MODE: any;
export const TRACE_MODE: any;
//# sourceMappingURL=logger.d.ts.map