• Returns a method that can be used to Log.warn with the given sources.

    Parameters

    • Rest ...sources: (string | LogSource)[]

      A list of sources to log to.

    Returns ((...args: any[]) => void)

      • (...args: any[]): void
      • Parameters

        • Rest ...args: any[]

        Returns void

Generated using TypeDoc