]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/menu/item/console/ConsoleMenuItem.java
Prepared for upcoming rewrite:
[addressbook-lib.git] / src / org / mxchange / addressbook / menu / item / console / ConsoleMenuItem.java
index 50f8500cffa1893911842f999d32f0e6a2d52343..fd008a9bb0c1864fc595fa1a41bf66db3ce05159 100644 (file)
@@ -90,7 +90,7 @@ public class ConsoleMenuItem extends BaseMenuItem implements SelectableMenuItem
        @Override
        public void show (final Client client) {
                // Trace message
-               this.getLogger().trace(MessageFormat.format("client={0} - CALLED!", client)); //NOI18N
+               this.getLogger().logTrace(MessageFormat.format("client={0} - CALLED!", client)); //NOI18N
 
                // Client must not be null
                if (null == client) {
@@ -108,7 +108,7 @@ public class ConsoleMenuItem extends BaseMenuItem implements SelectableMenuItem
                c.showEntry(this);
 
                // Trace message
-               this.getLogger().trace("EXIT!"); //NOI18N
+               this.getLogger().logTrace("EXIT!"); //NOI18N
        }
 
 }