Added logger factory to worker and logging to activities (#26)

Signed-off-by: Keith Tenzer <ktenzer@keiths-mbp.lan>
Co-authored-by: Keith Tenzer <ktenzer@keiths-mbp.lan>
This commit is contained in:
Keith Tenzer
2025-04-10 14:18:16 -07:00
committed by GitHub
parent 10acca513f
commit 2b2a5522e9
3 changed files with 23 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.4" />
<PackageReference Include="Temporalio" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
</ItemGroup>