Gets a copy of the internal cache of LogEntry objects.
Namespace:
CuttingEdge.LoggingAssembly: 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(); |