isshoni-soft / winry

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

Create custom logger class #20

Closed Dragovorn closed 2 years ago

Dragovorn commented 3 years ago

default java logging sucks, and I really don't want to use log4j

Dragovorn commented 2 years ago

The improved logger class is in Araragi but this ticket will still be used for adding features to it

Dragovorn commented 2 years ago

improved logger has been integrated all over winry, now all that's left is to implement parsing & replacing for logged strings. Also improve winry's logger customization abilities, allow dictating logger formatter & change default drivers

Dragovorn commented 2 years ago

moving away from this because string parsing is icky and i dont want to do that yet