Logger.h File Reference

Defines the CSLLogger class. More...

#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)


Detailed Description

Defines the CSLLogger class.

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 Documentation

typedef SI_Bool(*) SLLoggerCallBack(CSLLogger *in_pLogger, SI_Int in_nErrorType, SI_Void *in_pData)

Callback prototype for SL logger

Parameters:
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
Returns:
Whether or not the callback was successful