Guest User

Untitled

a guest
May 5th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. //! Any kind of log event.
  3. struct SLogEvent
  4. {
  5. //! Pointer to text which has been logged
  6. const c8* Text;
  7.  
  8. //! Log level in which the text has been logged
  9. ELOG_LEVEL Level;
  10. };
Advertisement
Add Comment
Please, Sign In to add comment