Log services: Difference between revisions

From Nintendo Switch Brew
Jump to navigation Jump to search
Thog (talk | contribs)
m ILogger Cmd 1 -> 3.0.0+
Lioncache (talk | contribs)
Rename ILogger command 0 from Initialize to Log. I doubt the original service name is Initialize, and this is more in line with what the actual function does; given this is used heavily by some games to fire out debug info.
Line 16: Line 16:
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || Initialize
| 0 || Log
|-
|-
| 1 || [3.0.0+] SetDestination
| 1 || [3.0.0+] SetDestination

Revision as of 00:58, 9 May 2019

lm

This is "nn::lm::ILogService".

Cmd Name
0 OpenLogger

ILogger

This is "nn::lm::ILogger".

Cmd Name
0 Log
1 [3.0.0+] SetDestination

lm:get

This is "nn::lm::ILogGetter".

Cmd Name
0 StartLogging
1 StopLogging
2 GetLog

This service doesn't normally exist on retail.