Click or drag to resize
LogEntry Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the LogEntry class.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public LogEntry(
	string name,
	LogLevel level,
	Object message,
	Exception exception,
	CallerInfo caller
)

Parameters

name
Type: SystemString
Log name.
level
Type: YallaLogLevel
Log level.
message
Type: SystemObject
Message.
exception
Type: SystemException
Exception.
caller
Type: YallaCallerInfo
Caller information.
See Also