qiscus / qiscus-sdk-android

Qiscus provide everything you need to power up your app with chats. And it's now made simple.
https://www.qiscus.com
Apache License 2.0
201 stars 84 forks source link

adding log configuration #31

Closed adicatur closed 7 years ago

adicatur commented 7 years ago

User can configure whether to show or hide information log from SDK

  1. User can show the log : Qiscus.setEnableLog(true)
  2. User can hide the log : Qiscus.setEnableLog(false)
codecov[bot] commented 7 years ago

Codecov Report

Merging #31 into develop will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #31   +/-   ##
======================================
  Coverage        0%     0%           
======================================
  Files          120    121    +1     
  Lines         9547   9569   +22     
  Branches       990    990           
======================================
- Misses        9547   9569   +22
Impacted Files Coverage Δ
...va/com/qiscus/sdk/data/remote/QiscusPusherApi.java 0% <0%> (ø) :arrow_up:
...ain/java/com/qiscus/sdk/data/remote/QiscusApi.java 0% <0%> (ø) :arrow_up:
...in/java/com/qiscus/sdk/util/QiscusErrorLogger.java 0% <0%> (ø) :arrow_up:
chat/src/main/java/com/qiscus/sdk/Qiscus.java 0% <0%> (ø) :arrow_up:
...rc/main/java/com/qiscus/sdk/util/QiscusLogger.java 0% <0%> (ø)
...va/com/qiscus/sdk/service/QiscusPusherService.java 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6c55ef...3e17d77. Read the comment docs.