LogFileWriterInMemory Class

A log subscriber that will log messages to a file.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public class LogFileWriterInMemory
Inheritance
Object    LogFileWriterInMemory

Constructors

LogFileWriterInMemory Creates a LogFileWriter that initially queues message

Properties

LogCount The number of logs that have been written to this file.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToByteArray Returns a byte array of the log zip stream.
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write Writes the specified log to the file

See Also