index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Logging
/
LogManager.h
Age
Commit message (
Expand
)
Author
2025-09-19
Logging: Don't overwrite LDEBUG verbosity in Release builds
Dentomologist
2025-05-02
LogManager: Stop using manual memory management
JosJuice
2024-06-15
Android: Replace log type names map with array
JosJuice
2022-08-02
LogManager: use own timestamp function
Shawn Hoffman
2022-07-27
Use Dynamic last Log Type
Josh
2022-07-18
cubeb: fix logged source file paths
Shawn Hoffman
2021-10-24
Convert LOG_TYPE and LOG_LEVELS to enum class
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-10-21
Common/Log: Add basic fmt-capable functions to the interface.
Lioncash
2020-08-02
LogManager: Add missing include
Ryan Meredith
2020-07-24
Android: Add Log Configuration to UI
Ryan Meredith
2019-11-28
Common: Unify logging namespace with Common
Lioncash
2017-08-22
Remove NonCopyable
JosJuice
2017-07-07
LogManager: add SaveSettings
Michael Maltese
2017-07-07
LogManager: make LogContainer a POD and don't allocate
Michael Maltese
2017-07-07
LogManager: remove per-container listeners
Michael Maltese
2017-07-07
LogManager: remove per-container verbosities
Michael Maltese
2017-07-07
LogManager: clean up header
Michael Maltese
2017-06-17
LogManager: Check if listener is valid before using it
Léo Lam
2017-05-27
Add CubebUtils namespace and hook up cubeb logging
Michael Maltese
2016-10-04
Reduces the the filename of logs
aldelaro5
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
More asterisks
mathieui
2016-01-21
Common: asterisks go against the type name
mathieui
2015-10-04
Bitset: Make bool() operator explicit.
Scott Mansell
2015-10-04
LogManager: Remove unused define.
Scott Mansell
2015-10-04
LogManager: replace set of LogListener pointers with bitset.
Scott Mansell
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-26
Common: Move NonCopyable to its own header
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-04-15
General: Apply the const specifier where applicable
Lioncash
2015-03-15
[windows] Remove ConsoleListener, which was not actually used.
Shawn Hoffman
2014-12-28
OGL: disable driver warnings fetch
degasus
2014-08-16
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
Lioncash
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash