LogManager.GetWebLogEntry

Retrieves an individual log entry if possible. Depending on the implementation of the log log entries may not be retrievable individually (for example from a text log) or the event log.

public WebLogEntry GetWebLogEntry(int id)

Return Value

Web Log Entry or null

Parameters

id

Exceptions

**System.InvalidOperationException**
Fired if id is not found or data can't be accessed

See also:

Class LogManager

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic