HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
15
#include "
UT_UniversalLogConsoleSink.h
"
16
17
class
UT_API
UT_UniversalLogSystemSink
:
public
UT_UniversalLogConsoleSink
18
{
19
public
:
20
UT_UniversalLogSystemSink
(
const
UT_UniversalLogSystemSink
&) =
delete
;
21
UT_UniversalLogSystemSink
()
22
{
23
}
24
25
protected
:
26
void
writeString
(
UT_ErrorSeverity
severity
,
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
UT_UniversalLogConsoleSink
Definition:
UT_UniversalLogConsoleSink.h:23
UT_UniversalLogConsoleSink::writeString
void writeString(UT_ErrorSeverity severity, const UT_StringHolder &msg) const override
UT_ErrorSeverity
UT_ErrorSeverity
Definition:
UT_Error.h:25
UT_API
#define UT_API
Definition:
UT_API.h:14
UT_UniversalLogConsoleSink.h
UT_StringHolder
Definition:
UT_StringHolder.h:999
severity
GLenum GLenum severity
Definition:
glcorearb.h:2539
UT_UniversalLogSystemSink
Definition:
UT_UniversalLogSystemSink.h:17
UT_UniversalLogSystemSink::UT_UniversalLogSystemSink
UT_UniversalLogSystemSink()
Definition:
UT_UniversalLogSystemSink.h:21
UT
UT_UniversalLogSystemSink.h
Generated on Sun Nov 17 2024 03:03:57 for HDK by
1.8.6