.NET SDK - LogBody

LogBody class

The body of a log.

public sealed class LogBody

Public Members

namedescription
LogBody()The default constructor.
Level { get; }The level of the log event.
Message { get; }The log contents.
Target { get; }The target component that raised the log event.

See Also