All Projects β†’ francescmm β†’ QLogger

francescmm / QLogger

Licence: LGPL-2.1 license
Multi-threading logger for Qt applications

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to QLogger

perforce-commit-discord-bot
πŸ—’οΈ ✏️Posts the most recent commit messages from a Perforce version control server to a Discord channel.
Stars: ✭ 22 (-52.17%)
Mutual labels:  logger
dnscrypt-proxy-gui
Qt/KF5 GUI wrapper over dnscrypt-proxy
Stars: ✭ 25 (-45.65%)
Mutual labels:  qt5
binary viewer
A binary visualization tool to aid with reverse engineering and malware detection similar to Cantor.Dust
Stars: ✭ 55 (+19.57%)
Mutual labels:  qt5
elokab-terminal
Lightweight terminal emulator program that supports the Arabic language
Stars: ✭ 16 (-65.22%)
Mutual labels:  qt5
DRF-API-Logger
An API Logger for your Django Rest Framework project.
Stars: ✭ 184 (+300%)
Mutual labels:  logger
wlog
A simple logging interface that supports cross-platform color and concurrency.
Stars: ✭ 59 (+28.26%)
Mutual labels:  logger
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-73.91%)
Mutual labels:  qt5
phoenix passwordless login
Phoenix Passwordless Login
Stars: ✭ 28 (-39.13%)
Mutual labels:  logger
logops
Really simple and performant logger for node projects compatible with any kind of deployments as your server operations/environment defined
Stars: ✭ 20 (-56.52%)
Mutual labels:  logger
G-Earth
Cross-platform Habbo packet manipulator
Stars: ✭ 52 (+13.04%)
Mutual labels:  logger
lines-logger
Browser logger that rests lines in peace
Stars: ✭ 26 (-43.48%)
Mutual labels:  logger
macdeployqt
Implementation of macdeployqt utility for Qt5 which fixes problems with application deployment and distribution.
Stars: ✭ 25 (-45.65%)
Mutual labels:  qt5
spdlog-python
python wrapper around C++ spdlog ([email protected]:gabime/spdlog.git)
Stars: ✭ 46 (+0%)
Mutual labels:  logger
logback-access-spring-boot-starter
Spring Boot Starter for Logback-access.
Stars: ✭ 153 (+232.61%)
Mutual labels:  logger
ng2-logger
Isomorphic logger for Browser and NodeJS, ( typescript / javascript ) apps
Stars: ✭ 61 (+32.61%)
Mutual labels:  logger
JKQtExtras
a collection of different Qt4 & Qt5 widgets, I developed over the years
Stars: ✭ 34 (-26.09%)
Mutual labels:  qt5
qt-downloader
CLI to download Qt on headless systems
Stars: ✭ 39 (-15.22%)
Mutual labels:  qt5
EmojiRunner
Search for emojis in Krunner and copy/paste them
Stars: ✭ 33 (-28.26%)
Mutual labels:  qt5
SiebenApp
Experimental dependency-aware goal manager
Stars: ✭ 13 (-71.74%)
Mutual labels:  qt5
PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (-39.13%)
Mutual labels:  qt5

QLogger

In this repository you can find a logger class. Follow the instructions for usage:

  1. Create an instance: QLoggerManager *manager = QLoggerManager::getInstance();
  2. Add as many destinations as you want: manager->addDestination(filePathName, module, logLevel);
  3. Print the log in the file with: QLog_ followed by Trace/Debug/Info/Warning/Error/Fatal

You can add as much destinations as you want. You also can add several modules for each log file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].