Giter Site home page Giter Site logo

Comments (9)

igelgrun avatar igelgrun commented on July 2, 2024

Hi, try it:

root=ASSERT

It disables VERBOSE, DEBUG, INFO, WARN, ERROR except ASSERT.

from android-logger.

KingWu avatar KingWu commented on July 2, 2024

I got this error message.

"Logger configuration file is empty. Default configuration will be used"
i place the android-logger.properties file under this path.
src/main/res/android-logger.properties

in the file, i just write this statement.
root=ASSERT

But, still cannot disable the DEBUG log.

from android-logger.

igelgrun avatar igelgrun commented on July 2, 2024

Sorry, "root=ASSERT" is wrong configuration, because it is only half of solution.

Please try code sample (https://github.com/noveogroup/android-logger/tree/sample) and replace content of AndroidLoggerSample/src/main/res/android-logger.properties by:

root=ASSERT:AndroidLogger

from android-logger.

KingWu avatar KingWu commented on July 2, 2024

Yeah. It works. Awesome. But, one more thing i want to ask.

If i comment these statements,

root=ASSERT:AndroidLogger
logger.ROOT=DEBUG:AndroidLogger-ROOT:MESSAGE:
logger.com.noveogroup.android.sample.log.downloader=DEBUG:AndroidLogger-Downloader

then i got this message.
09-12 14:18:51.362 11483-11483/com.noveogroup.android.sample.log A/com.noveogroup.android.sample.log.MainActivity﹕ 2014-09-12 14:18:51.376 com.noveogroup.android.sample.log.MainActivity.onCreate(MainActivity.java:21)
test ASSERT

The log can locate where i call it. But, now it does not display. How do i config it? Thanks

from android-logger.

igelgrun avatar igelgrun commented on July 2, 2024

It was new undocumented feature. You can read about it here: Patterns.

Do not forget to update version to 1.3.2 to test this feature.
Now 1.3.2 is not available but Maven updates repository soon (~ 1-2 hours).

from android-logger.

KingWu avatar KingWu commented on July 2, 2024

Wow. Great. One more thing would like to ask.

/com.noveogroup.android.sample.log.MainActivity﹕ 2014-09-12 14:18:51.376 com.noveogroup.android.sample.log.MainActivity.onCreate(MainActivity.java:21)

In log, we can see (MainActivity.java:21). Click it and then redirect to the java file. Can i config this feature?
Thanks

from android-logger.

igelgrun avatar igelgrun commented on July 2, 2024

Do you mean how to configure logger to get such format of messages?

<Class Name>.<Method Name>(<File>:<Line Number>)

Which IDE did you use? In which log viewer did you try to click log messages?

from android-logger.

KingWu avatar KingWu commented on July 2, 2024

yes. i want to get this format of message.

I use AndroidStudio. I view the log in logcat. And then, click the log, can redirect to the java file. Very nice =]

from android-logger.

igelgrun avatar igelgrun commented on July 2, 2024

Check version 1.3.3 - there is %source mark.
It prints caller's source in format supported by Android Studio: (MainActivity.java:54).
See updated sample project for additional example.

from android-logger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.