Interface OrtLoggingFunction.Function
- Enclosing class:
OrtLoggingFunction
public static interface OrtLoggingFunction.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(MemorySegment param, int severity, MemorySegment category, MemorySegment logid, MemorySegment code_location, MemorySegment message)
-
Method Details
-
apply
void apply(MemorySegment param, int severity, MemorySegment category, MemorySegment logid, MemorySegment code_location, MemorySegment message)
-