axCreateFlowColorLogger
function axCreateFlowColorLogger(output: (message: string) => void): AxFlowLoggerFunction;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/flow/logger.ts#L159
Factory function to create a colorized AxFlow logger
Parameters
Parameter | Type | Default value |
---|---|---|
output | (message : string ) => void | defaultOutput |