Skip to content

kejunlu/TDLog

Repository files navigation

TDLog

this is a tool for print log

Dependency

compile 'cn.kejunlu.android:td-log:1.0.0'

Quack start

TDLog.v("test vlog");
TDLog.d("test dlog");
TDLog.i("test ilog");
TDLog.w("test wlog");
TDLog.e("test elog");

08-25 23:18:41.907 3759-3759/com.td.tdlog V/MainActivity.java: [ OnClick:21 ] test vlog
08-25 23:18:41.907 3759-3759/com.td.tdlog D/MainActivity.java: [ OnClick:22 ] test dlog
08-25 23:18:41.907 3759-3759/com.td.tdlog I/MainActivity.java: [ OnClick:23 ] test ilog
08-25 23:18:41.907 3759-3759/com.td.tdlog W/MainActivity.java: [ OnClick:24 ] test wlog
08-25 23:18:41.907 3759-3759/com.td.tdlog E/MainActivity.java: [ OnClick:25 ] test elog

License

Copyright 2016 LK

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

this is a tool for print log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages