VR-Forces 4.1 Class Documentation
vrlLogBridge.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
10 #include <vlutil/vlPrint.h>
11 
12 #include <kyruntime.h>
13 
14 namespace BHAVE
15 {
16 
19 class DT_DLL_bhaveUtil DtVrlLogBridge : public Kaim::ILogBridge
20 {
21 public:
23 
24  virtual ~DtVrlLogBridge();
25 
26 public:
27  virtual void Message(const char* file, KyUInt32 line, const char* funcName,
28  const char* msg, Kaim::LogLevel level, KyUInt32 id);
29 
30  virtual void Print(const char* text);
31 };
32 
33 } //namespace BHAVE
34 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)