You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,11 @@ Asyncronously in your applications!
10
10
11
11
Additional Java docs are available at [doc/index.html](doc/index.html)
12
12
13
-
###Checkout the screencasts!
14
-
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)
15
-
16
13
###To browse source
17
14
Checkout [srcPubnubApi](/java/srcPubnubApi)
18
15
19
16
###To setup with your IDE:
20
-
[Check out the Eclipse walkthrough here!](https://vimeo.com/69587309)
17
+
[Check out the Eclipse video walkthrough here!](https://vimeo.com/69587309)
21
18
22
19
1. Add new project with java/ as the root
23
20
2. Set the new project source as java/srcPubnubApi
@@ -41,6 +38,9 @@ $ ant clean build test
41
38
```
42
39
43
40
###Configuring Logging
41
+
42
+
[Check out the logging video walkthrough here!](https://vimeo.com/71309975)
43
+
44
44
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.
45
45
46
46
Before you enable logging, you need to create a "debug-build" version of the Pubnub-StandardEdition.jar.
0 commit comments