diff options
| author | 2019-10-08 20:23:13 -0400 | |
|---|---|---|
| committer | 2019-10-08 20:23:13 -0400 | |
| commit | b9c831de623df5a58cc5aa47392d6841bfef8d8b (patch) | |
| tree | 2242bd5c0931997af15beccde978434b79a8d1d9 /src/core/core.h | |
| parent | Merge pull request #2961 from DarkLordZach/azure-tag-names (diff) | |
| parent | lm: Flush manager output on core shutdown (diff) | |
| download | yuzu-b9c831de623df5a58cc5aa47392d6841bfef8d8b.tar.gz yuzu-b9c831de623df5a58cc5aa47392d6841bfef8d8b.tar.xz yuzu-b9c831de623df5a58cc5aa47392d6841bfef8d8b.zip | |
Merge pull request #2654 from DarkLordZach/lm-log-rewrite
lm: Rewrite logger to use core reporting services
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index d13b6aa5e..90e7ac607 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -57,6 +57,10 @@ namespace Glue { | |||
| 57 | class ARPManager; | 57 | class ARPManager; |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | namespace LM { | ||
| 61 | class Manager; | ||
| 62 | } // namespace LM | ||
| 63 | |||
| 60 | namespace SM { | 64 | namespace SM { |
| 61 | class ServiceManager; | 65 | class ServiceManager; |
| 62 | } // namespace SM | 66 | } // namespace SM |
| @@ -327,6 +331,10 @@ public: | |||
| 327 | 331 | ||
| 328 | const Service::APM::Controller& GetAPMController() const; | 332 | const Service::APM::Controller& GetAPMController() const; |
| 329 | 333 | ||
| 334 | Service::LM::Manager& GetLogManager(); | ||
| 335 | |||
| 336 | const Service::LM::Manager& GetLogManager() const; | ||
| 337 | |||
| 330 | void SetExitLock(bool locked); | 338 | void SetExitLock(bool locked); |
| 331 | 339 | ||
| 332 | bool GetExitLock() const; | 340 | bool GetExitLock() const; |