Click or drag to resize

LoggerD Method

Namespace:  Unvired.Kernel.UWP.Log
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void D(
	string message,
	string callerFilePath = "",
	string callerMemberName = "",
	int callerLineNo = 0
)

Parameters

message
Type: SystemString
callerFilePath (Optional)
Type: SystemString
callerMemberName (Optional)
Type: SystemString
callerLineNo (Optional)
Type: SystemInt32
See Also