Member Junction
    Preparing search index...
    • Logs a debug message using the default 'MJGlobal' namespace logger.

      This function wraps the debug library's logger for the 'MJGlobal' namespace. It accepts any number of arguments and forwards them directly to the underlying debug logger. This provides a simple, out-of-the-box logging function for the MJGlobal library.

      Parameters

      • ...args: any[]

        The messages or objects to be logged.

      Returns void

      LogDebug('Initialization complete, version %s', '1.0.0');