this is the most complete list I have found
from code LogManager.GetLogger("").ErrorException(e.message, e);
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<targets>
<target name="con" xsi:type="Console" error="true" layout="${exception:format=tostring}${newline}${stacktrace}" />
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="con" />
</rules>
</nlog>