#include <SIBCUtil.h>
Go to the source code of this file.
Classes |
|
| class | CSLLogger |
| Simple message logging class. More... |
|
Typedefs |
|
| typedef SI_Bool(*) | SLLoggerCallBack (CSLLogger *in_pLogger, SI_Int in_nErrorType, SI_Void *in_pData) |
Copyright 2008 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.
| typedef SI_Bool(*) SLLoggerCallBack(CSLLogger *in_pLogger, SI_Int in_nErrorType, SI_Void *in_pData) |
Callback prototype for SL logger
| in_pLogger | Pointer to the logger responsible for the message, not necessarely used | |
| in_nErrorType | Type of error | |
| in_pData | Data to be passed to the callback, not necessarely used |