Changes
Serilog
,/* Example */
=Example=
Exemplary values to get Customizing Info from log message using Who-Bert: using System;using System.Windows.Forms;using UBIK Content service.Kernel;using UBIK.Compiler;using System.Linq;using System.Collections.Generic; namespace Studio{ public class ObjectTest { public void TestObject (params BaseClass[] InVariables) { //Example using static class debugger Debugger.Output(this, "*** Started"); foreach (BaseClass obj in InVariables) { // LogCustomizing UBIK.Kernel.UBIKKernel.LogCustomizing(System.Reflection.MethodBase.GetCurrentMethod(), "TEST"); Debugger.Output(this, obj.Name + " " + obj.Description); } Debugger.Output(this, "*** Finished"); } }}