About This File
File- and stdout/-err (console) output of messages, regular- and COM Object errors, exit method and -code, etc.
What's New in Version 2.0.0
Released
v2.0.0 2019/06/19 Major (script-breaking changes).
- Added "Windows Event Log" output type ($AUERLO_OPT_LOGWEL, $AUERLO_OPT_LVLWEL, $AUERLO_OPT_FNCWEL).
- Added $AUERLO_OPT_STDCOLOR setting.
- Added $AUERLO_ATR_FILENAME error item attribute.
- Added _AUERLO_LogWinAPI() $bReset parameter.
- Added _AUERLO_Assert() $sMessage parameter.
- Removed _AUERLO_View() $sDelmCol parameter.
- Renamed _AUERLO_Clear() to _AUERLO_FileClear().
- Renamed _AUERLO_Read() to _AUERLO_FileRead().
- Renamed "notify" output type to "prompt" ($AUERLO_OPT_...PROMPT now).
- Renamed "alert" output type to "notify" ($AUERLO_OPT...NOTIFY now).
- Renamed $AUERLO_OPT_FUNC... constants to $AUERLO_OPT_FNC... .
- Renamed $AUERLO_ERR_FUNC... constants to $AUERLO_ERR_FNC... .
- Changed default exit handler to report $AUERLO_LVL_INFO by default.
- Changed $AUERLO_OPT_LVLNOTIFY Default to $AUERLO_LVL_WARNING.
- Changed _AUERLO_Read() parameter order.
- Changed default error log (file) output format (contains @ScriptLineNumber's @ScriptFullPath now).
- Changed default stdout (console) output format (contains @ScriptLineNumber's @ScriptFullPath now, omits @ScriptLineNumber and @ScriptFullPath if @compiled).
- Changed au3.user.calltips.api and au3.UserUdfs.properties accordingly.
- Changed $__g_aAUERLO_OptDef[$AUERLO_OPT__ENUM] and $__g_aAUERLO_OptCur[$AUERLO_OPT__ENUM] to $__g_aAUERLO_Opt[$AUERLO_SET__ENUM][$AUERLO_OPT__ENUM].
- Various optimizations and consistency changes.