filmout_manager/dist/log/index.d.ts

10 lines
297 B
TypeScript
Raw Normal View History

/**
* Returns a winston logger configured to service
*
* @param {string} label Label appearing on logger
* @param {string} filename Optional file to write log to
*
* @returns {object} Winston logger
*/
export declare function createLog(label: string, filename?: string): import("winston").Logger;