Difference between revisions of "Log services"

From Nintendo Switch Brew
Jump to navigation Jump to search
m (ILogger Cmd 1 -> 3.0.0+)
(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 22:58, 8 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.