Log Method

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..Log Method

Logs the specified label.

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

Syntax


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

Parameters

label
Type: String
label
nsk
Type: NeoPersistableClass..::..NeoStorageKey
NSK

Return Value

void