Skip to content

Commit a381d33

Browse files
committed
update
1 parent 8cfaf58 commit a381d33

23 files changed

Lines changed: 182 additions & 5 deletions

source/QSLogLib/AddToCallStack.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
#include "AddToCallStack.h"
311
#include "LoggingManager.h"

source/QSLogLib/AddToCallStack.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
#ifndef _SLOGLIB_ADDTOCALLSTACK_H_
311
#define _SLOGLIB_ADDTOCALLSTACK_H_

source/QSLogLib/CallInfo.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
#ifndef _SLOGLIB_CALLINFO_H_
311
#define _SLOGLIB_CALLINFO_H_

source/QSLogLib/Devices/AbstractLoggingDevice.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
29

310
#include "AbstractLoggingDevice.h"
411
#include "QSLogLib/SysUtils.h"

source/QSLogLib/Devices/AbstractLoggingDevice.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
// AbstractLoggingDevice.h
311

source/QSLogLib/Devices/ConsoleLogger.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
// ConsoleLoffer.h
311

source/QSLogLib/Devices/FileLogger.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
29

310
#include "QSLogLib/Devices/FileLogger.h"
411
#include "QSLogLib/SysUtils.h"

source/QSLogLib/Devices/FileLogger.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
// FileLoffer.h
311

source/QSLogLib/Devices/UdpLogger.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
//
311
// UdpLogger.cpp

source/QSLogLib/Devices/UdpLogger.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// QSLogLib
2+
//
3+
// Authors
4+
// SLogLib : Saurabh Garg https://github.com/saurabhg17/SLogLib
5+
// QSLogLib : j2doll https://github.com/j2doll/QSLogLib
6+
//
7+
// MIT License
8+
//
19

210
// UdpLogger.h
311

0 commit comments

Comments
 (0)