Click or drag to resize

LogMessage Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public LogMessage(
	LogType logType,
	Brush foreground,
	string message
)

Parameters

logType  LogType
 
foreground  Brush
 
message  String
 
See Also