Skip to content

Commit

Permalink
removed some comments and improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Prehn committed Jan 16, 2016
1 parent 333e4c1 commit a898b38
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 463 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public final class Log {

private static final Logger l = LoggerFactory.getLogger(Log.class);
private static final Logger l = LoggerFactory.getLogger("org.openhab.binding.connectsdk.Log");

public static int v(java.lang.String tag, java.lang.String msg) {
l.trace(String.format("%s - %s", tag, msg));
Expand Down
Loading

0 comments on commit a898b38

Please sign in to comment.