iotalambda / NLog.LoggingScope

Library for grouping your NLog log entries by their respective scopes. Find all related log entries by their scope ids - instead of timestamps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional columns do not get set with defined values

iotalambda opened this issue · comments

using (new LoggingScope("MuhScope").WithSchema<MyClass>(s => s.Set(m => m.TenantName, "asdf")))
{
    logger.Debug("kek");    
}

TenantName is null.

Fixed in 1.0.2