You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format - The formating. Default to Long.
possible options:
Long - default. The id as four number digit, colon, friendlyname. E.g. 0003:NLog.UnitTests
Short - Only the id as two number digit, like "03".
Friendly - Just the AppDomain FriendlyName. E.g. NLog.UnitTests
Introduced with NLog v5.2.7
or custom like {0} - {1}. The first parameter is the"AppDomain.Id", the second is the "AppDomain.FriendlyName". Note: use escaping of the brackets. See examples.