LogExt Method

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..LogExt Method

Logs the ext.

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

Syntax


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

Parameters

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

Return Value

void