Click or drag to resize

LoggerE Method

Log Error message

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 E(
	string message,
	string callerFilePath = "",
	string callerMemberName = "",
	int callerLineNo = 0
)

Parameters

message
Type: SystemString
log message
callerFilePath (Optional)
Type: SystemString
Optional - caller file path
callerMemberName (Optional)
Type: SystemString
Optional - caller method name
callerLineNo (Optional)
Type: SystemInt32
Optional - caller line no
See Also