Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #ifndef __BT_LOGGING_LEVEL_MACROS_PLEASE
  2. #undef __BT_LOGGING_LEVEL_TRACE
  3. #undef __BT_LOGGING_LEVEL_DEBUG
  4. #undef __BT_LOGGING_LEVEL_INFO
  5. #undef __BT_LOGGING_LEVEL_WARNING
  6. #undef __BT_LOGGING_LEVEL_ERROR
  7. #undef __BT_LOGGING_LEVEL_FATAL
  8. #undef __BT_LOGGING_LEVEL_NONE
  9. #endif /* __BT_LOGGING_LEVEL_MACROS_PLEASE */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement