INGOR
Loading...
Searching...
No Matches
util
ytLog.h
1
/*
2
util/ytLog.{h,c} : Logging routings.
3
Copyright (C) 2023, Yoshinori Tamada <tamada A T ytlab.jp>
4
All rights reserved.
5
*/
6
7
#ifndef __YTLIB_LOG_H
8
#define __YTLIB_LOG_H
9
10
#include "lang/ytValue.h"
11
12
#define ytLog_FATAL_ERROR (0x40000000)
13
14
void
ytLog_err(
int
rank,
int
code,
ytObject
* obj, ...);
15
void
ytLog_errf(
int
code,
const
char
* format, ...);
16
17
ytObject
* ytLog_s(
const
char
* str);
18
19
#endif
/*__YTLIB_LOG_H */
ytObject
The basis class.
Generated by
1.9.8