libharkio3
A File I/O and Data Manipulation Library for HARK
Macros | Functions
libharkio3_log.c File Reference

harkio_Log の API群。 エラーやデバッグメッセージを表示する。 More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include "libharkio3.h"
#include "libharkio3_macros.h"
Include dependency graph for libharkio3_log.c:

Macros

#define HARKIO_LOG_INITIAL_LEVEL   harkio_Log_Debug
 ログ出力レベルの初期設定
 

Functions

enum harkio_Log_logLevel getLogLevelFromEnv ()
 
void harkio_Log_printf_ (enum harkio_Log_logLevel LogLevel, char *message, int PrintLevel, const char *func, int line,...)
 
void harkio_Log_FileOpenFailed (char *filename)
 
void harkio_Log_WrongValue (char *valuename, char *reason)
 
void harkio_Log_NullPointer (char *valuename)
 

Detailed Description

harkio_Log の API群。 エラーやデバッグメッセージを表示する。

Author
Takeshi Mizumoto
Version
0.1

Function Documentation

enum harkio_Log_logLevel getLogLevelFromEnv ( )

環境変数からログレベルを取得