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
/
Log.h
Age
Commit message (
Expand
)
Author
2025-01-04
Common: Fix compile failure with fmt>=11
Ferdinand Bachmann
2023-09-09
Common/LogManager: Add logging category for Achievements.
Admiral H. Curtiss
2022-08-23
Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__`
Pokechu22
2022-07-27
Use Dynamic last Log Type
Josh
2022-05-21
HW: Initial HSP implementation with ARAM expansion
Vicki Pfau
2022-05-19
Common/LogManager: Remove old printf-style logging functions
Pokechu22
2022-05-10
fmt: use make_format_args instead of make_args_checked
Shawn Hoffman
2022-04-09
Common/LogManager: Add generic printf-style log function that takes a va_list...
Admiral H. Curtiss
2021-10-24
Convert LOG_TYPE and LOG_LEVELS to enum class
Pokechu22
2021-10-15
Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-07
ControllerInterface: DInput Joystick fix non thread safe static variable
Filoppi
2021-05-05
InputCommon: replace SerialInterface log with ControllerInterface
Filoppi
2020-12-24
Split OSREPORT logging type
Minty-Meeo
2020-11-20
Merge pull request #9260 from leoetlino/fmt-checks
Léo Lam
2020-11-19
Common: Validate the number of {} fields in format strings
Léo Lam
2020-11-19
Common/Log: Check format strings
Léo Lam
2020-11-10
FrameDump Logging: Separate log type and migrate to fmt
altimumdelta
2020-10-21
Common/Log: Add basic fmt-capable functions to the interface.
Lioncash
2019-11-28
Common: Unify logging namespace with Common
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-05-27
Common: Remove unnecessary ~9 year old LOGGING preprocessor define
Lioncash
2018-04-16
Common/Logging/Log: Wrap GENERIC_LOG macro's body in do { } while (0)
Lioncash
2018-03-31
Log: Rename IOS_FILEIO to IOS_FS
Léo Lam
2018-03-31
IOS: Rewrite FS to use FileSystem
Léo Lam
2018-03-22
Add a log type for Symbols and move symbols related logs to it
aldelaro5
2017-08-16
WFS: Use a separate log type for WFS related logs
Léo Lam
2017-03-05
Logging: Add CORE type
Léo Lam
2017-02-05
IOS: Re-implement USB_HIDv4 (/dev/usb/hid)
Léo Lam
2017-01-20
IOS: Move out common USB structures
Léo Lam
2017-01-18
Update log types names from IPC_HLE to IOS
Léo Lam
2016-09-25
Enable the log level LINFO in every builds
aldelaro5
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
Common: asterisks go against the type name
mathieui
2015-09-26
Common: Move asserts to their own header
Lioncash
2015-09-10
Remove unused log type.
Scott Mansell
2015-09-10
Rearrange the logtypes into something closer to alphabetical order.
Scott Mansell
2015-09-10
Split OpenGL errors into a separate logtype from Video errors.
Scott Mansell
2015-07-08
Fix building with PCH disabled.
Rohit Nirmal
2015-06-24
Logging: trigger _assert_() in release builds
Tillmann Karras
2015-06-24
Common: drop GEKKO define
Tillmann Karras
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-06
Common: Kill off duplicate log warning definitions
Lioncash
2014-08-08
Core: Kill off Host_UpdateLogDisplay()
Lioncash
2014-07-14
Remove some unnecessary defines in Log.h
Lioncash
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash