summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Logging/Log.h
AgeCommit message (Expand)Author
2025-01-04Common: Fix compile failure with fmt>=11Ferdinand Bachmann
2023-09-09Common/LogManager: Add logging category for Achievements.Admiral H. Curtiss
2022-08-23Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__`Pokechu22
2022-07-27Use Dynamic last Log TypeJosh
2022-05-21HW: Initial HSP implementation with ARAM expansionVicki Pfau
2022-05-19Common/LogManager: Remove old printf-style logging functionsPokechu22
2022-05-10fmt: use make_format_args instead of make_args_checkedShawn Hoffman
2022-04-09Common/LogManager: Add generic printf-style log function that takes a va_list...Admiral H. Curtiss
2021-10-24Convert LOG_TYPE and LOG_LEVELS to enum classPokechu22
2021-10-15Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)Léo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07ControllerInterface: DInput Joystick fix non thread safe static variableFiloppi
2021-05-05InputCommon: replace SerialInterface log with ControllerInterfaceFiloppi
2020-12-24Split OSREPORT logging typeMinty-Meeo
2020-11-20Merge pull request #9260 from leoetlino/fmt-checksLéo Lam
2020-11-19Common: Validate the number of {} fields in format stringsLéo Lam
2020-11-19Common/Log: Check format stringsLéo Lam
2020-11-10FrameDump Logging: Separate log type and migrate to fmtaltimumdelta
2020-10-21Common/Log: Add basic fmt-capable functions to the interface.Lioncash
2019-11-28Common: Unify logging namespace with CommonLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-05-27Common: Remove unnecessary ~9 year old LOGGING preprocessor defineLioncash
2018-04-16Common/Logging/Log: Wrap GENERIC_LOG macro's body in do { } while (0)Lioncash
2018-03-31Log: Rename IOS_FILEIO to IOS_FSLéo Lam
2018-03-31IOS: Rewrite FS to use FileSystemLéo Lam
2018-03-22Add a log type for Symbols and move symbols related logs to italdelaro5
2017-08-16WFS: Use a separate log type for WFS related logsLéo Lam
2017-03-05Logging: Add CORE typeLéo Lam
2017-02-05IOS: Re-implement USB_HIDv4 (/dev/usb/hid)Léo Lam
2017-01-20IOS: Move out common USB structuresLéo Lam
2017-01-18Update log types names from IPC_HLE to IOSLéo Lam
2016-09-25Enable the log level LINFO in every buildsaldelaro5
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Common: asterisks go against the type namemathieui
2015-09-26Common: Move asserts to their own headerLioncash
2015-09-10Remove unused log type.Scott Mansell
2015-09-10Rearrange the logtypes into something closer to alphabetical order.Scott Mansell
2015-09-10Split OpenGL errors into a separate logtype from Video errors.Scott Mansell
2015-07-08Fix building with PCH disabled.Rohit Nirmal
2015-06-24Logging: trigger _assert_() in release buildsTillmann Karras
2015-06-24Common: drop GEKKO defineTillmann Karras
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-06Common: Kill off duplicate log warning definitionsLioncash
2014-08-08Core: Kill off Host_UpdateLogDisplay()Lioncash
2014-07-14Remove some unnecessary defines in Log.hLioncash
2014-06-25Centralize the logging code into its own folder in Common.Lioncash