aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-07-22 23:04:37 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-07-22 23:04:37 +0200
commit7e0bd99d231e849cd714221d0258ad05f409b494 (patch)
tree6ff5b40b876a13cb39d9efa1d70ab3545d0d96f6 /src/proj_internal.h
parent15639d8f45a6a37783f18cc61cd719b059b99c8d (diff)
downloadPROJ-7e0bd99d231e849cd714221d0258ad05f409b494.tar.gz
PROJ-7e0bd99d231e849cd714221d0258ad05f409b494.zip
Add pj_log_active() to determine if logging is active
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 582bb3c5..6edb6aec 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -918,6 +918,7 @@ void pj_acquire_lock(void);
void pj_release_lock(void);
void pj_cleanup_lock(void);
+bool pj_log_active( PJ_CONTEXT *ctx, int level );
void pj_log( PJ_CONTEXT * ctx, int level, const char *fmt, ... );
void pj_stderr_logger( void *, int, const char * );