Package | Description |
---|---|
org.bytedeco.spinnaker.global | |
org.bytedeco.spinnaker.Spinnaker_C |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetCategoryName(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinLogDataGetCategoryName(spinLogEventData hLogEventData,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetCategoryName(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the category name of a log event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetLogMessage(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinLogDataGetLogMessage(spinLogEventData hLogEventData,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetLogMessage(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the log message of a log event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetNDC(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinLogDataGetNDC(spinLogEventData hLogEventData,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetNDC(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the NDC of a log event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetPriority(spinLogEventData hLogEventData,
long[] pValue) |
static int |
Spinnaker_C.spinLogDataGetPriority(spinLogEventData hLogEventData,
LongBuffer pValue) |
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetPriority(spinLogEventData hLogEventData,
LongPointer pValue)
Retrieves the priority of a log event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetPriorityName(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinLogDataGetPriorityName(spinLogEventData hLogEventData,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetPriorityName(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the priority name of a log event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetThreadName(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinLogDataGetThreadName(spinLogEventData hLogEventData,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetThreadName(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the thread name of a log event
|
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetTimestamp(spinLogEventData hLogEventData,
byte[] pBuf,
SizeTPointer pBufLen) |
static int |
Spinnaker_C.spinLogDataGetTimestamp(spinLogEventData hLogEventData,
ByteBuffer pBuf,
SizeTPointer pBufLen) |
static Spinnaker_C.spinError |
Spinnaker_C.spinLogDataGetTimestamp(spinLogEventData hLogEventData,
BytePointer pBuf,
SizeTPointer pBufLen)
Retrieves the timestamp of a log event
|
Modifier and Type | Method and Description |
---|---|
void |
spinLogEventFunction.call(spinLogEventData hEventData,
Pointer pUserData) |
Copyright © 2024. All rights reserved.