|
9 | 9 | * |
10 | 10 | * =============================================================================== |
11 | 11 | * |
12 | | - * Copyright (C) 2010-2013 YaweiZhang <yawei_zhang@foxmail.com>. |
| 12 | + * Copyright (C) 2010-2014 YaweiZhang <yawei_zhang@foxmail.com>. |
13 | 13 | * |
14 | 14 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | 15 | * of this software and associated documentation files (the "Software"), to deal |
|
37 | 37 |
|
38 | 38 | /* |
39 | 39 | * AUTHORS: YaweiZhang <yawei_zhang@foxmail.com> |
40 | | - * VERSION: 2.6.0 |
| 40 | + * VERSION: 2.8.0 |
41 | 41 | * PURPOSE: A lightweight library for error reporting and logging to file and screen . |
42 | 42 | * CREATION: 2010.10.4 |
43 | | - * LCHANGE: 2014.07.03 |
| 43 | + * LCHANGE: 2014.09.27 |
44 | 44 | * LICENSE: Expat/MIT License, See Copyright Notice at the begin of this file. |
45 | 45 | */ |
46 | 46 |
|
47 | 47 |
|
48 | 48 | /* |
49 | | - * |
50 | | - * QQ Group: 19811947 |
51 | | - * Web Site: www.zsummer.net |
| 49 | + * contact me: |
| 50 | + * tencent qq group: 19811947 |
52 | 51 | * mail: yawei_zhang@foxmail.com |
53 | 52 | */ |
54 | 53 |
|
|
133 | 132 | * optimize std::string, binary log input, and support std::wstring. |
134 | 133 | * clean code, better readability |
135 | 134 | * |
136 | | - * VERSION 2.6 <DATE: 2014.07.03> |
| 135 | + * VERSION 2.6 <DATE: 2014.08.19> |
137 | 136 | * add PrePushLog |
138 | 137 | * better performance when log is filter out. |
139 | 138 | * interface replace std::string because it's in shared library is unsafe. |
140 | 139 | * add log level 'trace' |
| 140 | + * |
| 141 | + * VERSION 2.6.1 <DATE: 2014.08.22> |
| 142 | + * fix bug from defined _MSC_VER |
| 143 | + * |
| 144 | + * VERSION 2.7 <DATE: 2014.09.21> |
| 145 | + * compatible mac machine, now log4z can working in linux/windows/mac. |
| 146 | + * |
| 147 | + * VERSION 2.8 <DATE: 2014.09.27> |
| 148 | + * support synchronous written to file and thread-safe |
141 | 149 | * |
142 | 150 | */ |
143 | 151 |
|
|
0 commit comments