Endeca Presentation and Logging APIs

Namespace:  Endeca.Logging
Assembly:  Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.0.0

Syntax

C#
public void AddInt(
	string key,
	int value
)
Visual Basic (Declaration)
Public Sub AddInt ( _
	key As String, _
	value As Integer _
)
Visual C++
public:
void AddInt(
	String^ key, 
	int value
)

Parameters

key
Type: System..::.String

[Missing <param name="key"/> documentation for "M:Endeca.Logging.LogEntry.AddInt(System.String,System.Int32)"]

value
Type: System..::.Int32

[Missing <param name="value"/> documentation for "M:Endeca.Logging.LogEntry.AddInt(System.String,System.Int32)"]

See Also