Interface mln_log_callback.Function
- Enclosing class:
mln_log_callback
public static interface mln_log_callback.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionintapply(MemorySegment user_data, int severity, int event, long code, MemorySegment message)
-
Method Details
-
apply
-