effect-io-ai

Package: effect
Module: References

References.CurrentLoggers

Context reference for the set of loggers currently used by Effect logging operations.

When to use

Use to inspect or provide the complete set of loggers used by Effect logging in the current context.

Details

The default set contains the built-in default logger and tracer logger. Providing this reference changes which Logger instances receive log entries in the current context.

Signature

declare const CurrentLoggers: Context.Reference<ReadonlySet<Logger<unknown, any>>>

Source

Since v4.0.0