AlarmLogBootstrap.cs 223 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 using System.Runtime.CompilerServices; namespace Rcs.Api.Diagnostics; internal static class AlarmLogBootstrap { [ModuleInitializer] internal static void Initialize() { AlarmLogWatcher.Start(); } }