We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e477ad7 commit 146238eCopy full SHA for 146238e
1 file changed
packages/angular_devkit/core/node/cli-logger.ts
@@ -15,6 +15,8 @@ export interface ProcessOutput {
15
16
/**
17
* A Logger that sends information to STDOUT and STDERR.
18
+ *
19
+ * @deprecated Use a custom logger implementation instead.
20
*/
21
export function createConsoleLogger(
22
verbose = false,
0 commit comments