logallow.erl 254 B

1234567891011121314151617
  1. -module(logallow).
  2. -compile(export_all).
  3. log_modules() -> [
  4. % wf_core,
  5. n2o_bullet,
  6. % okey_bot,
  7. % game_session,
  8. % bullet_handler,
  9. % okey_table,
  10. % okey_scoring,
  11. % journal,
  12. % lucky,
  13. % n2o_secret,
  14. % js_session,
  15. okey
  16. ].