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.138 -- Release Build+6aeb4c3988b05c265b918fce2dee4202efa7e160
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