Documentation
¶
Overview ¶
Package main demonstrates how to use a custom logging library (logrus) with the Codex SDK. Since the SDK expects *slog.Logger, this example shows how to create an adapter that bridges logrus to slog.
This pattern works for any logging library (zap, zerolog, etc.) - just implement the slog.Handler interface.
Click to show internal directories.
Click to hide internal directories.