HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_UniversalLogSystemSink.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_UniversalLogSystemSink.h
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __UT_UNIVERSALLOGSYSTEMSINK_H__
13 #define __UT_UNIVERSALLOGSYSTEMSINK_H__
14 
16 
18 {
19 public:
22  {
23  }
24 
25 protected:
27  const UT_StringHolder &msg) const override;
28 
29 private:
30  static void printToSystem(UT_ErrorSeverity sev, const char* msg);
31 
32 };
33 
34 #endif // __UT_UNIVERSALLOGSYSTEMSINK_H__
35 
void writeString(UT_ErrorSeverity severity, const UT_StringHolder &msg) const override
UT_ErrorSeverity
Definition: UT_Error.h:25
#define UT_API
Definition: UT_API.h:14
GLenum GLenum severity
Definition: glcorearb.h:2539