Overload List

  NameDescription
Public methodStatic memberLogAppend(String, array<Byte>[]()[][], Boolean, IDictionary<(Of <<'(String, String>)>>))
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value" match the key and value. hmKeyValue contains key-value pairs and the append operation will be performed for each key-value pair.
Public methodStatic memberLogAppend(String, String, Boolean, IDictionary<(Of <<'(String, String>)>>))
This appends the data in the given file to the log stream on the virtual cluster whose "key" and "value" match the key and value. hmKeyValue contains key-value pairs and the append operation will be performed for each key-value pair.
Public methodStatic memberLogAppend(String, array<Byte>[]()[][], Boolean, String, String)
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value" match the key and value.
Public methodStatic memberLogAppend(String, array<Byte>[]()[][], Int32, Int32, Boolean, IDictionary<(Of <<'(String, String>)>>))
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value" match the key and value. hmKeyValue contains key-value pairs and the append operation will be performed for each key-value pair.
Public methodStatic memberLogAppend(String, array<Byte>[]()[][], Int32, Int32, CompressionLevel, IDictionary<(Of <<'(String, String>)>>))
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value" match the key and value. hmKeyValue contains key-value pairs and the append operation will be performed for each key-value pair.
Public methodStatic memberLogAppend(String, array<Byte>[]()[][], Int32, Int32, Boolean, String, String)
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value" match the key and value.

See Also