Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFCloudScriptLogStatement data model.
Syntax
typedef struct PFCloudScriptLogStatement {
PFJsonObject data;
const char* level;
const char* message;
} PFCloudScriptLogStatement;
Members
data PFJsonObject
(Optional) Optional object accompanying the message as contextual information.
level const char*
is null-terminated
(Optional) 'Debug', 'Info', or 'Error'.
message const char*
is null-terminated
(Optional) Message property.
Requirements
Header: PFCloudScriptTypes.h