OnLogCallBack typedef

OnLogCallBack = dynamic Function(LogEntity entity)

Implementation

typedef OnLogCallBack = Function(LogEntity entity);