:mod:`langchain_core.tracers.log_stream`.LogEntry ======================================================== .. currentmodule:: langchain_core.tracers.log_stream .. autoclass:: LogEntry .. rubric:: Attributes .. autosummary:: ~LogEntry.id ~LogEntry.name ~LogEntry.type ~LogEntry.tags ~LogEntry.metadata ~LogEntry.start_time ~LogEntry.streamed_output_str ~LogEntry.streamed_output ~LogEntry.inputs ~LogEntry.final_output ~LogEntry.end_time .. rubric:: Methods .. autosummary:: ~LogEntry.__init__ ~LogEntry.clear ~LogEntry.copy ~LogEntry.fromkeys ~LogEntry.get ~LogEntry.items ~LogEntry.keys ~LogEntry.pop ~LogEntry.popitem ~LogEntry.setdefault ~LogEntry.update ~LogEntry.values .. automethod:: LogEntry.__init__ .. automethod:: LogEntry.clear .. automethod:: LogEntry.copy .. automethod:: LogEntry.fromkeys .. automethod:: LogEntry.get .. automethod:: LogEntry.items .. automethod:: LogEntry.keys .. automethod:: LogEntry.pop .. automethod:: LogEntry.popitem .. automethod:: LogEntry.setdefault .. automethod:: LogEntry.update .. automethod:: LogEntry.values .. example_links:: LogEntry