@ts-common/azure-js-dev-tools
Version:
Developer dependencies for TypeScript related projects
12 lines • 476 B
TypeScript
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
import { LoggerOptions, Logger } from "@azure/logger-js";
/**
* Get the default Logger based on the command line arguments.
* @returns The default Logger based on the command line arguments.
*/
export declare function getDefaultLogger(options?: LoggerOptions): Logger;
//# sourceMappingURL=logger.d.ts.map