]> git.mxchange.org Git - jcore.git/commitdiff
New logger?
authorRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 13:05:27 +0000 (15:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 13:05:27 +0000 (15:05 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/model/contact/UserContact.java

index 2dae90ec80a4ac122aa3b1f7bbead534ad73286c..3fe979a1a5ddf6385b6801dd4cd4027e50d28b1e 100644 (file)
@@ -363,7 +363,7 @@ public class UserContact implements Contact, Comparable<Contact> {
 
        @Override
        public String getFamilyName () {
-               //* NOISY-DEBUG: */ this.getLogger().trace("CALLED!");
+               //* NOISY-DEBUG: */ this.getLogger().logTrace("CALLED!");
                return this.familyName;
        }