isshoni-soft / winry

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

Logger system rewrite #59

Open Dragovorn opened 1 year ago

Dragovorn commented 1 year ago

No need to rewrite the base of the logger itself, just add a heavier emphasis to having a logger factory, because that's where i want all logger configuration to be centralized so that injected loggers can all move together.

Dragovorn commented 1 year ago

Did something basic, added the ability to add logger factories in your bootstrap annotation, this will probably be the logging functionality stop-gap for awhile

Dragovorn commented 10 months ago

This is likely going to be an Araragi change, but I'll keep it here for tracking purposes.