# ConsoleCallbackHandler

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/tracers/stdout/ConsoleCallbackHandler)

Tracer that prints to the console.

## Signature

```python
ConsoleCallbackHandler(
    self,
    **kwargs: Any = {},
)
```

## Extends

- `FunctionCallbackHandler`

## Constructors

```python
__init__(
    self,
    **kwargs: Any = {},
) -> None
```


## Properties

- `name`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/core/langchain_core/tracers/stdout.py#L198)