From 29a8d8412369f4b2d12c94bff6dc30e5bc1c75aa Mon Sep 17 00:00:00 2001 From: Geremy Cohen Date: Mon, 29 Jul 2013 21:00:57 -0700 Subject: [PATCH] Update README.md --- java/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/README.md b/java/README.md index aa828e94b..7947c65bb 100644 --- a/java/README.md +++ b/java/README.md @@ -10,14 +10,11 @@ Asyncronously in your applications! Additional Java docs are available at [doc/index.html](doc/index.html) -###Checkout the screencasts! -A walkthrough on how to setup in Eclipse, configuring custom loggers, and more [is available here!](https://vimeo.com/pubnub/videos/search:java/sort:date) - ###To browse source Checkout [srcPubnubApi](/java/srcPubnubApi) ###To setup with your IDE: -[Check out the Eclipse walkthrough here!](https://vimeo.com/69587309) +[Check out the Eclipse video walkthrough here!](https://vimeo.com/69587309) 1. Add new project with java/ as the root 2. Set the new project source as java/srcPubnubApi @@ -41,6 +38,9 @@ $ ant clean build test ``` ###Configuring Logging + +[Check out the logging video walkthrough here!](https://vimeo.com/71309975) + Pubnub implements swappable logging using SLF4J, which allows you to switch different logging frameworks easily. All the logging calls using SLF4J API will be delegated to the underlying logging framework. Before you enable logging, you need to create a "debug-build" version of the Pubnub-StandardEdition.jar.