Caleb Cushing
11/20/2024, 7:15 PMorg.gradle.api.logging.Logger log = ... some call I know I can get it off project, I'm just hoping that passing it around from there isn't the choiceephemient
11/20/2024, 9:06 PMCaleb Cushing
11/20/2024, 9:06 PMCaleb Cushing
11/20/2024, 9:07 PMephemient
11/20/2024, 9:10 PMlifecycle level but is otherwise the same thingephemient
11/20/2024, 9:11 PMLoggerFactory.getLogger() or Gradle's Logging.getLogger(), you'll end up with the same thingCaleb Cushing
11/20/2024, 9:13 PMCaleb Cushing
11/20/2024, 9:13 PMVampire
11/21/2024, 1:57 AMLogging.getLogger() is a static method which you can use to get a Gradle logger.