Skip to content

Commit ca02f27

Browse files
committed
comments
1 parent 79abfd3 commit ca02f27

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

HISTORY

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,20 @@ HISTORY for Log4z
8080
* optimize std::string, binary log input, and support std::wstring.
8181
* clean code, better readability
8282
*
83-
* VERSION 2.6 <DATE: 2014.07.03>
84-
* add PrePushLog
85-
* better performance when log is filter out.
86-
* interface replace std::string because it's in shared library is unsafe.
87-
* add log level 'trace'
83+
* VERSION 2.6 <DATE: 2014.08.19>
84+
* add PrePushLog
85+
* better performance when log is filter out.
86+
* interface replace std::string because it's in shared library is unsafe.
87+
* add log level 'trace'
88+
*
89+
* VERSION 2.6.1 <DATE: 2014.08.22>
90+
* fix bug from defined _MSC_VER
91+
*
92+
* VERSION 2.7 <DATE: 2014.09.21>
93+
* compatible mac machine, now log4z can working in linux/windows/mac.
94+
*
95+
* VERSION 2.8 <DATE: 2014.09.27>
96+
* support synchronous written to file and thread-safe
8897
*
8998
*/
9099

log4z.h

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* ===============================================================================
1111
*
12-
* Copyright (C) 2010-2013 YaweiZhang <yawei_zhang@foxmail.com>.
12+
* Copyright (C) 2010-2014 YaweiZhang <yawei_zhang@foxmail.com>.
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy
1515
* of this software and associated documentation files (the "Software"), to deal
@@ -37,18 +37,17 @@
3737

3838
/*
3939
* AUTHORS: YaweiZhang <yawei_zhang@foxmail.com>
40-
* VERSION: 2.6.0
40+
* VERSION: 2.8.0
4141
* PURPOSE: A lightweight library for error reporting and logging to file and screen .
4242
* CREATION: 2010.10.4
43-
* LCHANGE: 2014.07.03
43+
* LCHANGE: 2014.09.27
4444
* LICENSE: Expat/MIT License, See Copyright Notice at the begin of this file.
4545
*/
4646

4747

4848
/*
49-
*
50-
* QQ Group: 19811947
51-
* Web Site: www.zsummer.net
49+
* contact me:
50+
* tencent qq group: 19811947
5251
* mail: yawei_zhang@foxmail.com
5352
*/
5453

@@ -133,11 +132,20 @@
133132
* optimize std::string, binary log input, and support std::wstring.
134133
* clean code, better readability
135134
*
136-
* VERSION 2.6 <DATE: 2014.07.03>
135+
* VERSION 2.6 <DATE: 2014.08.19>
137136
* add PrePushLog
138137
* better performance when log is filter out.
139138
* interface replace std::string because it's in shared library is unsafe.
140139
* 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
141149
*
142150
*/
143151

0 commit comments

Comments
 (0)