Log Method

Neo Persistable Class

neo-persistibleclasses

Point..::..Log Method

Log the entity's core fields

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static void Log(
	string label,
	Point p
)
Public Shared Sub Log ( _
	label As String, _
	p As Point _
)
public:
static void Log(
	String^ label, 
	Point^ p
)

Parameters

label
Type: String
label
p
Type: NeoPersistableClass..::..Point
p

Return Value

void