AndroidLogLib | 一个Android日志打印工具库,包含日志存储,日志上传功能

 by   LuckyCodeer Java Version: 1.0.1 License: No License

kandi X-RAY | AndroidLogLib Summary

kandi X-RAY | AndroidLogLib Summary

AndroidLogLib is a Java library. AndroidLogLib has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.

一个Android日志打印工具库,包含日志存储,日志上传功能
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              AndroidLogLib has a low active ecosystem.
              It has 5 star(s) with 1 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              AndroidLogLib has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of AndroidLogLib is 1.0.1

            kandi-Quality Quality

              AndroidLogLib has no bugs reported.

            kandi-Security Security

              AndroidLogLib has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              AndroidLogLib does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              AndroidLogLib releases are available to install and integrate.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed AndroidLogLib and discovered the below as its top functions. This is intended to give you an instant insight into AndroidLogLib implemented functionality, and help decide if they suit your requirements.
            • Send a debug message
            • Get the date
            • Write the content to the log file
            • Print log message
            • Print debug message
            • Get the date
            • Write the content to the log file
            • Print log message
            • Initializes the instance
            • Upload log file
            • Zips a file or directory
            • Zips a zip file
            • Set log config
            • Gets the maximum save day
            • Gets date before the given day
            • Delete log file
            • Initialize
            • Creates the output file
            • Gets the log file name
            • Send a VERBOSE message
            • Send VERBOSE message
            • Write warn message
            • Get log path
            • Returns the log path
            • Send WARN log message
            • On create
            Get all kandi verified functions for this library.

            AndroidLogLib Key Features

            No Key Features are available at this moment for AndroidLogLib.

            AndroidLogLib Examples and Code Snippets

            代码中使用
            Javadot img1Lines of Code : 34dot img1no licencesLicense : No License
            copy iconCopy
            //初始化日志配置
            new LogConfig.Builder()
                   //设置日志打印开关 默认为true
                   .setLog(true)
                   //统一设置日志TAG 默认为LOG_TAG
                   .setTAG("AAAAA")
                   //设置日志是否保存到文件 默认为false
                   .setSaveFile(true)
                   //设置日志保存路径,在设置setSaveFile为true的情况下必须设置该路径
                   .se  
            Android Studio 集成
            Javadot img2Lines of Code : 1dot img2no licencesLicense : No License
            copy iconCopy
            implementation 'com.yhw.loglib:loglib:1.0.1'
              

            Community Discussions

            No Community Discussions are available at this moment for AndroidLogLib.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install AndroidLogLib

            You can download it from GitHub.
            You can use AndroidLogLib like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the AndroidLogLib component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/LuckyCodeer/AndroidLogLib.git

          • CLI

            gh repo clone LuckyCodeer/AndroidLogLib

          • sshUrl

            git@github.com:LuckyCodeer/AndroidLogLib.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by LuckyCodeer

            FastAdapter

            by LuckyCodeerKotlin

            BaseMvp

            by LuckyCodeerJava

            TagLayout

            by LuckyCodeerKotlin

            BaseApp

            by LuckyCodeerJava