fix(logging) implement getQualifiedCallerName
This commit is contained in:
parent
a5737b9eaa
commit
ab1eb74e85
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user