Provides logging for test sessions.
public class SessionLogger
kind:method, kind:property, kind:ctor. Press Esc to clear.EntriesGets all log entries.Clear()Clears all entries.Debug(String)Logs a debug message.Error(String, Exception?)Logs an error message.GetEntries(LogLevel)Gets entries filtered by level.Info(String)Logs an info message.Log(LogLevel, String, Object?)Logs a message.Warning(String)Logs a warning message.