/*******************************************************************************
|
* File Name : Log.h
|
* Description :
|
* Created on : 2018Äê4ÔÂ26ÈÕ
|
* Author : ¶Å¼ü
|
*******************************************************************************/
|
|
#ifndef APL_LOG_H_
|
#define APL_LOG_H_
|
/*******************************************************************************
|
* Include Files *
|
*******************************************************************************/
|
#include "HIDO_TypeDef.h"
|
|
/*******************************************************************************
|
* Macro *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Type Definition *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Global Function *
|
*******************************************************************************/
|
HIDO_INT32 Log_Init(void);
|
HIDO_INT32 Log_Print(HIDO_BOOL _bAsc, HIDO_UINT32 _u32Cnt);
|
HIDO_INT32 Log_Clean(void);
|
/*******************************************************************************
|
* Function Name : Log_Upload
|
* Description :
|
* Input :
|
* Output :
|
* Return :
|
* Author : ¶Å¼ü
|
* Modified Date: : 2018Äê8ÔÂ2ÈÕ
|
*******************************************************************************/
|
HIDO_INT32 Log_Upload(HIDO_CHAR *_pcUrl);
|
HIDO_INT32 Log_Front(void);
|
HIDO_INT32 Log_DelFront(void);
|
HIDO_INT32 Log_SetPrint(HIDO_BOOL _bPrint);
|
|
#endif /* APL_LOG_H_ */
|