effect-io-ai

Package: effect
Module: Effect

Effect.logAnnotations

Retrieves the current log annotations for the current scope.

Details

This function provides access to the log annotations associated with the current scope. Log annotations are key-value pairs that provide additional context to log entries. They are often used to add metadata such as tags, identifiers, or extra debugging information to logs.

By using this function, you can inspect or utilize the annotations applied to the current scope, making it easier to trace and debug specific sections of your application.

See

Signature

declare const logAnnotations: Effect<HashMap.HashMap<string, unknown>, never, never>

Source

Since v2.0.0