fix(logging) implement getQualifiedCallerName
All checks were successful
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 35s
Test / Gradle-Test (push) Successful in 48s

This commit is contained in:
tueem 2025-03-17 14:36:43 +01:00
parent a5737b9eaa
commit ab1eb74e85
Signed by: tueem
GPG Key ID: 65C8667EC17A88FB

View File

@ -40,8 +40,7 @@ public class SimpleLogger extends LegacyAbstractLogger {
@Override
protected String getFullyQualifiedCallerName() {
// TODO Auto-generated method stub
throw new UnsupportedOperationException("Unimplemented method 'getFullyQualifiedCallerName'");
return this.name;
}
@Override