Skip to contents

This function fetches the most recent log entries from the global log variable seasonder_the$log.

Usage

seasonder_getLog(n = 100)

Arguments

n

An integer specifying the number of recent log entries to retrieve.

Value

A character vector of the n most recent log entries from the global log.

Examples

  head(seasonder_getLog())
#> [1] "[INFO] 2025-04-28 09:33:18.180638: seasonder_rejectNoiseIonosphericTest: First Order Rejected at range 61, peak positive_FOR. Noise/Ionospheric test failed."
#> [2] "[INFO] 2025-04-28 09:33:18.383139: seasonder_rejectDistantBraggPeakTest: First Order Rejected at range 3, peak negative_FOR. Distance Bragg test failed."    
#> [3] "[INFO] 2025-04-28 09:33:18.395714: seasonder_rejectDistantBraggPeakTest: First Order Rejected at range 53, peak negative_FOR. Distance Bragg test failed."   
#> [4] "[INFO] 2025-04-28 09:33:18.396806: seasonder_rejectDistantBraggPeakTest: First Order Rejected at range 54, peak negative_FOR. Distance Bragg test failed."   
#> [5] "[INFO] 2025-04-28 09:33:18.398778: seasonder_rejectNoiseIonosphericTest: First Order Rejected at range 1, peak negative_FOR. Noise/Ionospheric test failed." 
#> [6] "[INFO] 2025-04-28 09:33:18.399886: seasonder_rejectNoiseIonosphericTest: First Order Rejected at range 4, peak negative_FOR. Noise/Ionospheric test failed."