Gets a copy of the internal cache of LogEntry objects.

Namespace:  CuttingEdge.Logging
Assembly:  CuttingEdge.Logging (in CuttingEdge.Logging.dll)

Syntax

Visual Basic (Declaration)
Public Function GetLoggedEntries As LogEntry()
C#
public LogEntry[] GetLoggedEntries()
Visual C++
public:
array<LogEntry^>^ GetLoggedEntries()
JavaScript
function getLoggedEntries();

Return Value

An array of LogEntry objects.

See Also