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-08-01 10:01:29.105861: seasonder_rejectNoiseIonosphericTest: First Order Rejected at range 61, peak positive_FOR. Noise/Ionospheric test failed."
#> [2] "[INFO] 2025-08-01 10:01:29.302451: seasonder_rejectDistantBraggPeakTest: First Order Rejected at range 3, peak negative_FOR. Distance Bragg test failed."    
#> [3] "[INFO] 2025-08-01 10:01:29.315555: seasonder_rejectDistantBraggPeakTest: First Order Rejected at range 53, peak negative_FOR. Distance Bragg test failed."   
#> [4] "[INFO] 2025-08-01 10:01:29.31664: seasonder_rejectDistantBraggPeakTest: First Order Rejected at range 54, peak negative_FOR. Distance Bragg test failed."    
#> [5] "[INFO] 2025-08-01 10:01:29.318672: seasonder_rejectNoiseIonosphericTest: First Order Rejected at range 1, peak negative_FOR. Noise/Ionospheric test failed." 
#> [6] "[INFO] 2025-08-01 10:01:29.319802: seasonder_rejectNoiseIonosphericTest: First Order Rejected at range 4, peak negative_FOR. Noise/Ionospheric test failed."