org.llm4s.trace.Tracing
See theTracing companion trait
object Tracing
Factory for creating Tracing instances.
Creates the appropriate tracing implementation based on configuration settings.
// From TracingSettings
val tracing = Tracing.create(settings)
// Direct instantiation
val console = new ConsoleTracing()
val noop = new NoOpTracing()
Attributes
- See also
-
TracingMode for available modes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Tracing.type
Members list
In this article