Class Shared
- Namespace
- TimeSeriesAnalysis
- Assembly
- TimeSeriesAnalysis.dll
Globals
Should only be used for logging, setting/getting configurations.
public class Shared
- Inheritance
-
Shared
- Inherited Members
Methods
DisablePlots()
Disables all plotting
public static void DisablePlots()
EnablePlots()
Enables all plotting
public static void EnablePlots()
GetParserObj()
Returns the ParserFeedback object, which can be used to add loglines for info,warnings or errors
public static ParserFeedback GetParserObj()
Returns
- ParserFeedback
the Parserfeedback object
Examples
Example usage:
Shared.GetParserObj().AddWarning("This is a warning that can be shown on the console, written to file, or both");
IsPlottingEnabled()
Queries if plotting is enabled or not
public static bool IsPlottingEnabled()