• 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

    • Rest ...args: any[]

      The messages or objects to be logged.

    Returns void

    Example

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