gadget/gadget-code/src/lib
Rob Colbert 42a47dbcb7 refactor: unify logging into @gadget/api as GadgetLog
Move the 6 duplicated logging modules (component, log, log-transport,
log-transport-console, log-transport-file, log-file) from both
gadget-code (Dtp* prefix) and gadget-drone (Gadget* prefix) into
@shad/api, using gadget-drone's GadgetLog as the canonical version.

GadgetLog now uses static configuration (consoleEnabled, defaultFile)
set by each consumer's env.ts at module scope, removing the env
dependency from the shared library. The addDefaultTransport/
removeDefaultTransport/getDefaultTransports static methods are
preserved for future real-time log transport injection.
2026-05-08 16:03:28 -04:00
..
code-session.ts chat session heartbeat and session unlock 2026-05-08 14:27:37 -04:00
controller.ts refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
db.ts refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
drone-session.ts streaming responses (see ./docs/streaming-responses.md) 2026-05-07 21:36:01 -04:00
ollama.ts created by merging gadget-code and gadget-drone 2026-04-28 09:20:37 -04:00
pagination-parameters.ts created by merging gadget-code and gadget-drone 2026-04-28 09:20:37 -04:00
process.ts refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
redis.ts refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
service.ts refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
socket-session.ts refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
validators.ts created by merging gadget-code and gadget-drone 2026-04-28 09:20:37 -04:00
worker.ts refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00