Table of Contents

Method GetLogs

Namespace
LMKit.Agents.Observability
Assembly
LM-Kit.NET.dll

GetLogs()

Gets all log entries.

public List<LogEntry> GetLogs()

Returns

List<LogEntry>

A copy of the logs list.

GetLogs(LogLevel)

Gets log entries at or above the specified level.

public List<LogEntry> GetLogs(LogLevel minLevel)

Parameters

minLevel LogLevel

The minimum log level.

Returns

List<LogEntry>

Matching log entries.