1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00
Rare/rare
loathingKernel 28531eec38 Lgndr: Add logger monkey class
The class acts as an intermediate between the logger and the function call
It keeps the last message that was sent to the logger. The instance of the
class can be returned as a return value from the LegendaryCLI methods to
provide return status and the message related to it.

The level at which it considers the logged message as an error is configurable.
By default it considers logging.ERROR and above as faulty return values
2022-08-02 10:42:38 +03:00
..
components Lgndr: Add logger monkey class 2022-08-02 10:42:38 +03:00
game_launch_helper Mirror Legendary classes structure in the shim. 2022-08-02 10:42:38 +03:00
lgndr Lgndr: Add logger monkey class 2022-08-02 10:42:38 +03:00
models Implement image manager 2022-06-19 17:12:59 +03:00
resources Implement image manager 2022-06-19 17:12:59 +03:00
shared Lgndr: Use custom wrapped decorator to wrap LegendaryCLI functions 2022-08-02 10:42:38 +03:00
ui ImportGroup: Set the wordwrap option for the information label 2022-08-02 10:42:38 +03:00
utils Lgndr: Add logger monkey class 2022-08-02 10:42:38 +03:00
widgets Add debug console for games and use same QApplication base for Rare and helper 2022-06-23 21:26:08 +02:00
__init__.py Fix Desktop shortcut and login dialog task bar icon + bump version 2022-04-25 23:32:26 +02:00
__main__.py Create shim legendary classes for overloaded functions 2022-08-02 10:42:37 +03:00
app.py Lgndr: Add re-implemented uinstall_game 2022-08-02 10:42:38 +03:00