Added collections from older lib
This commit is contained in:
parent
1011e34d69
commit
0eb939c755
10 changed files with 239 additions and 11 deletions
|
|
@ -38,6 +38,7 @@ public class SerilogAdapter : LogAdapterBase
|
|||
}
|
||||
switch (capsule.Severity)
|
||||
{
|
||||
case LogSeverity.Verbose:
|
||||
case LogSeverity.Trace:
|
||||
default:
|
||||
logger.Write(new LogEvent(capsule.TimeStamp, LogEventLevel.Verbose, null, template, properties ?? ArraySegment<LogEventProperty>.Empty, ActivityTraceId.CreateRandom(), ActivitySpanId.CreateRandom()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue