Kom i kontakt med vår kundtjänst, lär dig allt via vår SDK eller ladda ner den senaste uppdateringen.
which methods and in which class/namespace can I find them? thx! /P
Example:
private static readonly ILog _log = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
_log.Error("This will be logged!");
using log4net;
Cool! Thx for the tip! Will try it out when I get the chance. /P