Skip to content

Commit fdf0a36

Browse files
committed
Update code docs
1 parent a21487d commit fdf0a36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/components_JRScreen.bs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
' initialize the log manager. second param sets log output:
88
' 1 error, 2 warn, 3 info, 4 verbose, 5 debug
99
#if debug
10-
log_initializeLogManager(["log_PrintTransport"], 5) ' Debug mode: show all logs (info + verbose + debug)
10+
m.top._rLog = log.initializeLogManager(["log_PrintTransport"], 5) ' Debug mode: show all logs (info + verbose + debug)
1111
#else
12-
log_initializeLogManager(["log_PrintTransport"], 2) ' Production mode: show warn and error only
12+
m.top._rLog = log.initializeLogManager(["log_PrintTransport"], 2) ' Production mode: show warn and error only
1313
#end if
1414
end sub
1515
' Function called when the screen is displayed by the screen manager

0 commit comments

Comments
 (0)