Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hiram3512 committed Aug 26, 2019
2 parents 6272e16 + 4f69a4f commit fe4bdfd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# HiLog_unity
----------------------

![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg) [![GitHub release](https://img.shields.io/github/release/hiramtan/HiLog_unity.svg)](https://github.com/hiramtan/HiLog_unity/releases)

[中文说明](https://github.com/hiramtan/HiLog_unity/blob/master/README_zh.md)

### How to use
HiLog have nothing intrusion with your project, and only add one line code then all functionality execute.

```csharp
HiLog.SetOn(true);
```
All functions is centralized in one dll file, just download and copy into your project.
HiLog have nothing intrusion with your project, and only add one line code then all functionality execute.

dll download link [![Github Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/hiramtan/HiLog_unity/releases)
All functions is centralized in one dll file, just download and copy into your project. [![Github Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/hiramtan/HiLog_unity/releases)

------------
### Functionality
>- Support all platforms(unity editor, exe, Android, iOS, WP...)
>- Add timestamp with user's log(despite new version of unity have this function but it can only in editor platform)
Expand Down Expand Up @@ -89,4 +92,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
11 changes: 7 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# HiLog_unity
----------------------
![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg) [![GitHub release](https://img.shields.io/github/release/hiramtan/HiLog_unity.svg)](https://github.com/hiramtan/HiLog_unity/releases)

### 如何使用
HiLog对原有项目没有任何影响,只需要添加一句逻辑便可以开启HiLog的所有功能。

```csharp
HiLog.SetOn(true);
```
所有的功能仅在一个dll文件中,下载后复制到自己的项目中即可
HiLog对原有项目没有任何影响,只需要添加一句逻辑便可以开启HiLog的所有功能。

所有的功能仅在一个dll文件中,下载后复制到自己的项目中即可 [![Github Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/hiramtan/HiLog_unity/releases)

dll下载链接 [![Github Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/hiramtan/HiLog_unity/releases)
------------

### 功能说明
>- 支持多平台(unity editor, exe, Android, iOS, WP...)
Expand Down Expand Up @@ -92,4 +95,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

0 comments on commit fe4bdfd

Please sign in to comment.