|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| AddCharacter (JsonObject, character, character) |
Adds a character value to the given JsonObject |
||
| AddContext (JsonObject) |
Adds the context properties to the given log record |
||
| AddObjectValue (JsonObject, character, Object, integer) |
Adds the given object reference to the JsonObject |
||
| AddPropertyValue (JsonObject, Property, Object) |
Adds the value of an ABL object property to the given JsonObject |
||
| Progress.Json.ObjectModel.JsonObject BufferFieldsToJson (handle, character) |
Returns a JsonObject describing the fields of the given buffer |
||
| ClearLogFile () |
Clears the logfile. |
||
| Progress.Json.ObjectModel.JsonConstruct CloneJson (JsonConstruct) |
Returns a deep copy of the given JSON construct |
||
| CopyJsonProperty (JsonObject, JsonObject, character) |
Copies a property from one JsonObject to another JsonObject
keeping the JSON data type |
||
| Progress.Json.ObjectModel.JsonObject ErrorToJson (Error) |
Returns the JsonObject describing the given error object |
||
| Progress.Json.ObjectModel.JsonArray LinesToJsonArray (character) |
Returns a JsonArray with the lines of the given text |
||
| Progress.Json.ObjectModel.JsonObject NewRecord (character, character, character) |
Returns a new log record with the standard properties |
||
| Progress.Json.ObjectModel.JsonObject ObjectToJson (Object, integer) |
Returns a JsonObject with the public instance properties of the
given object |
||
| OpenFile () |
Opens the file for output |
||
| LOGICAL ShouldWrite (character) |
Returns if a message for the given custom log entry type should
be written |
||
| Progress.Json.ObjectModel.JsonObject WidgetToJson (handle) |
Returns the JsonObject describing the given widget and its
child widgets |
||
| WriteAllObjectInstances () |
Dumps all objects in memory to the logfile |
||
| WriteBuffer (handle, character) |
Dumps a buffer's fields to the current logfile. |
||
| WriteClassPath () |
Writes the entries of the .classpath file to the log file |
||
| WriteDatabases () |
Writes the database connections to the log file |
||
| WriteError (Error) |
Writes details about an Error object (exception) to the
logfile |
||
| WriteError (Error, character) |
Writes details about an Error object (exception) to the
logfile |
||
| WriteErrorRecord (Error, character, logical) |
Writes an error record for the given error object |
||
| WriteFormattedMessageInternal (character, character, character[9], integer) |
Writes a formatted message, the common implementation of all
WriteFormattedMessage overloads |
||
| WriteIgnoredError (Error) |
Performs logging for an ignored error (catched but not shown) |
||
| WriteJson (JsonConstruct) |
Writes the JSON Construct to the log file |
||
| WriteJson (JsonConstruct, character) |
Writes the JSON Construct to the log file |
||
| WriteJson (JsonConstruct, MessageSubSystem) |
Writes the JSON Construct to the log file |
||
| WriteJsonRecord (JsonConstruct, character) |
Writes a json record for the given JSON construct |
||
| WriteMessage (character) |
Writes a character message to the logfile and the default
logging sub system |
||
| WriteMessage (character, character) |
Writes a message to the logfile |
||
| WriteObjectProperties (Object, character, integer) |
Writes the properties of a class based object to the logfile |
||
| WritePropath () |
Writes the current PROPATH to the log file |
||
| WriteRecord (JsonObject) |
Writes the given log record to the file |
||
| WriteSeparator () |
Writes a line full of ------------- into the current logfile |
||
| WriteStackTrace () |
Writes the current stack trace to the log file |
||
| WriteUnfilteredMessage (character, character) |
Writes a message with the given sub-system label regardless of
the custom log entry types |
||
| WriteWidgetHierarchy (handle) |
Writes a widget-tree to the log file, e.g. a MENU structure |
| Options | Name | Purpose | |
|---|---|---|---|
| NdjsonLoggingStream (character) |
Constructor for the NdjsonLoggingStream class |
||
| NdjsonLoggingStream (character, logical) |
Constructor for the NdjsonLoggingStream class |
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER CHUNK_SIZE |
|
||
| Progress.Json.ObjectModel.JsonObject Context |
|
||
| CHARACTER IRRELEVANT_ERROR_PROPERTIES |
|
||
| INTEGER MAX_OBJECT_DEPTH |
|
|
Top
AddCharacter (JsonObject, character, character)
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddContext (JsonObject)
|
|||||||||||||||||||||||||||||||||||||
AddObjectValue (JsonObject, character, Object, integer)
|
|||||||||||||||||||||||||||||||||||||
AddPropertyValue (JsonObject, Property, Object)
|
|||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject BufferFieldsToJson (handle, character)
|
|||||||||||||||||||||||||||||||||||||
ClearLogFile ()
|
|||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonConstruct CloneJson (JsonConstruct)
|
|||||||||||||||||||||||||||||||||||||
CopyJsonProperty (JsonObject, JsonObject, character)
|
|||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject ErrorToJson (Error)
|
|||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonArray LinesToJsonArray (character)
|
|||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject NewRecord (character, character, character)
|
|||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject ObjectToJson (Object, integer)
|
|||||||||||||||||||||||||||||||||||||
OpenFile ()
|
|||||||||||||||||||||||||||||||||||||
LOGICAL ShouldWrite (character)
|
|||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject WidgetToJson (handle)
|
|||||||||||||||||||||||||||||||||||||
WriteAllObjectInstances ()
|
|||||||||||||||||||||||||||||||||||||
WriteBuffer (handle, character)
|
|||||||||||||||||||||||||||||||||||||
WriteClassPath ()
|
|||||||||||||||||||||||||||||||||||||
WriteDatabases ()
|
|||||||||||||||||||||||||||||||||||||
WriteError (Error)
|
|||||||||||||||||||||||||||||||||||||
WriteError (Error, character)
|
|||||||||||||||||||||||||||||||||||||
WriteErrorRecord (Error, character, logical)
|
|||||||||||||||||||||||||||||||||||||
WriteFormattedMessageInternal (character, character, character[9], integer)
|
|||||||||||||||||||||||||||||||||||||
WriteIgnoredError (Error)
|
|||||||||||||||||||||||||||||||||||||
WriteJson (JsonConstruct)
|
|||||||||||||||||||||||||||||||||||||
WriteJson (JsonConstruct, character)
|
|||||||||||||||||||||||||||||||||||||
WriteJson (JsonConstruct, MessageSubSystem)
|
|||||||||||||||||||||||||||||||||||||
WriteJsonRecord (JsonConstruct, character)
|
|||||||||||||||||||||||||||||||||||||
WriteMessage (character)
|
|||||||||||||||||||||||||||||||||||||
WriteMessage (character, character)
|
|||||||||||||||||||||||||||||||||||||
WriteObjectProperties (Object, character, integer)
|
|||||||||||||||||||||||||||||||||||||
WritePropath ()
|
|||||||||||||||||||||||||||||||||||||
WriteRecord (JsonObject)
|
|||||||||||||||||||||||||||||||||||||
WriteSeparator ()
|
|||||||||||||||||||||||||||||||||||||
WriteStackTrace ()
|
|||||||||||||||||||||||||||||||||||||
WriteUnfilteredMessage (character, character)
|
|||||||||||||||||||||||||||||||||||||
WriteWidgetHierarchy (handle)
|
|||||||||||||||||||||||||||||||||||||
NdjsonLoggingStream (character)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NdjsonLoggingStream (character, logical)
|
||||||||||||||||||||
INTEGER CHUNK_SIZE
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonObject Context
|
|||||||||
CHARACTER IRRELEVANT_ERROR_PROPERTIES
|
|||||||||
INTEGER MAX_OBJECT_DEPTH
|
|||||||||