isshoni-soft / winry

Isshoni Bootstrapper, uses introspection & code generation to streamline bootstrapping & general development
0 stars 0 forks source link

Injected Loggers have name arg1 when parameter injected #66

Open Dragovorn opened 3 months ago

Dragovorn commented 3 months ago

This should default to injected class name if constructor, or "ClassName.methodName" if injected directly into a method.

Dragovorn commented 4 days ago

small thing was switch from "arg1" to "ClassName", will look into going more granular later