Jump to content

Recommended Posts

Posted
Posted

New version in first post:

  Quote

#cs
    2018/10/11
    v1.0
    * Added: UDF #INDEX#
    * Added: UDF ChangeLog
    * Added: Function:  _Log_Errors_Reset()
    * Renamed: Function:  _Log_Errors() >> _Log_OnError()
    * Changed: Function: better documentation in header
#ce

Expand  

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

New version inf first post:

  Quote

    2018/10/12
    v1.1
    * Added: Function: __Log_Wrapper() - a wrapper which put report to the output function - mLipok
    * Changed: Function: _Log_SetOutputFunction(Default) - return only function in any other case fires @error - mLipok
    * Refactored: Function: _Log() - mLipok
    * Refactored: Function: _Log_OnError() - mLipok
    * Added: GLOBAL: $__g_bUDF_ERRORLOG_FORCE_DEBUG - mLipok
    * Added: GLOBAL: $__g_sUDF_ERRORLOG_PREFIX_EXTENDED - mLipok
    * Added: GLOBAL: $__g_sUDF_ERRORLOG_PREFIX_SUCCESS - mLipok
    * Changed: GLOBAL: $__g_sUDF_ERRORLOG_ERROR_PREFIX >> $__g_sUDF_ERRORLOG_PREFIX_ERROR - mLipok
    * Added: Function: _Log_OnSuccess() - Log report to the output function but only if @error was not fired - mLipok
    * Added: Function: _Log_OnExtended() - Log report to the output function but only if @extended is set and @error was not fired - mLipok
    * Added: Function: _Log_Debug() - Log report to the output function but only if _Log_SetDebugMode(True) was used - mLipok
    * Added: Function: _Log_SetDebugMode() - Set the _Log_Debug() ON/OFF - mLipok
    * Changed: Function: much better documentation in function headers - mLipok
    * Added: UDF: #Region <> #EndRegion - mLipok
    * Added: UDF: #Tidy_Parameters=/sort_funcs /reel
    * Added: ErrorLog__Example.au3 - $__g_bUDF_ERRORLOG_FORCE_DEBUG - _Log_SetDebugMode() - mLipok
    * Added: ErrorLog__Example.au3 - _Log_Debug() - mLipok

Expand  

EDIT: quick fix :sweating:

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 9/28/2018 at 11:19 AM, Danyfirex said:

I really like it's very short.

Expand  

Unfortunately, it's getting longer :(

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

it's still relatively short. About 100 lines without functions header. long does not steal elegance. ;)

Saludos

Posted

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...