Prevent a crash if OnEvent is not called
If OnEvent is not called, cf.eventLogger will be nil, causing a crash if OnNewSnowflakeEvent is called. This ensures that the eventLogger is not nil.
Fixes the issue reported in !68 (closed)
If OnEvent is not called, cf.eventLogger will be nil, causing a crash if OnNewSnowflakeEvent is called. This ensures that the eventLogger is not nil.
Fixes the issue reported in !68 (closed)