diff options
Diffstat (limited to 'pyisda/logging.pxd')
| -rw-r--r-- | pyisda/logging.pxd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pyisda/logging.pxd b/pyisda/logging.pxd new file mode 100644 index 0000000..efe3b2f --- /dev/null +++ b/pyisda/logging.pxd @@ -0,0 +1,10 @@ +cdef extern from "isda/cerror.h": + ctypedef int TBoolean + void JpmcdsErrMsgOn() + void JpmcdsErrMsgOff() + void JpmcdsErrLogWrite(char* message) + int JpmcdsErrMsgFileName( + char *fileName, # (I) File name to use. + TBoolean append # (I) Append flag. + ) + int JpmcdsErrMsgFlush() |
