This method id obsolate and will be deleted.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("This method id obsolate and will be deleted.")] public static void WriteLog( LogLevel level, params Object[] parameters )
<ObsoleteAttribute("This method id obsolate and will be deleted.")> _ Public Shared Sub WriteLog ( _ level As LogLevel, _ ParamArray parameters As Object() _ )
[ObsoleteAttribute(L"This method id obsolate and will be deleted.")] public: static void WriteLog( LogLevel level, ... array<Object^>^ parameters )