| 300 | } |
| 301 | |
| 302 | Result Initialize() |
| 303 | { |
| 304 | DiscardOldLogs(); |
| 305 | config::LoadAllConfigs(); |
| 306 | config::CheckForFileChanges(); |
| 307 | utimerCreate(&filecheckTimer, 1e+9L, TimerType_Repeating); |
| 308 | return Enable(); |
| 309 | } |
| 310 | |
| 311 | void Exit() |
| 312 | { |
nothing calls this directly
no test coverage detected