added: SLog class -- session logger
messages are displayed in the browser (with locales)
changed: MountParser
now if there is an error in a line -- the line is simply skipped
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@741 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -329,6 +329,16 @@ void Templates::CreateFunctions()
|
||||
ezc_functions.Insert("rebus_question", rebus_question);
|
||||
|
||||
|
||||
/*
|
||||
slog
|
||||
*/
|
||||
ezc_functions.Insert("slog_tab", slog_tab);
|
||||
ezc_functions.Insert("slog_tab_is_info", slog_tab_is_info);
|
||||
ezc_functions.Insert("slog_tab_is_warning", slog_tab_is_warning);
|
||||
ezc_functions.Insert("slog_tab_is_error", slog_tab_is_error);
|
||||
ezc_functions.Insert("slog_tab_print", slog_tab_print);
|
||||
|
||||
|
||||
/*
|
||||
stat
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user