LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Caches
    • Callbacks
    • Documents
    • Document loaders
    • Embeddings
    • Exceptions
    • Language models
    • Serialization
    • Output parsers
    • Prompts
    • Rate limiters
    • Retrievers
    • Runnables
    • Utilities
    • Vector stores
    MCP Adapters
    Standard Tests
    Text Splitters
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    OverviewCachesCallbacksDocumentsDocument loadersEmbeddingsExceptionsLanguage modelsSerializationOutput parsersPromptsRate limitersRetrieversRunnablesUtilitiesVector stores
    MCP Adapters
    Standard Tests
    Text Splitters
    Language
    Theme
    Pythonlangchain-coretracersstdout
    Moduleā—Since v0.1

    stdout

    Tracers that print to the console.

    Attributes

    Functions

    Classes

    View source on GitHub
    attribute
    Run: RunTree
    attribute
    MILLISECONDS_IN_SECOND: int
    function
    get_bolded_text
    function
    get_colored_text
    function
    try_json_stringify
    function
    elapsed
    class
    BaseTracer
    class
    FunctionCallbackHandler
    class
    ConsoleCallbackHandler

    Get bolded text.

    Get colored text.

    Try to stringify an object to JSON.

    Get the elapsed time of a run.

    Base interface for tracers.

    Tracer that calls a function with a single str parameter.

    Tracer that prints to the console.