LogMessage Structure

Furcadia Framework

LogMessage Structure

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Furcadia.Logging.LogMessage"]

Namespace:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public struct LogMessage
Public Structure LogMessage

Dim instance As LogMessage
public value class LogMessage
[<SealedAttribute>]
type LogMessage =  struct end

The LogMessage type exposes the following members.

Properties

  NameDescription
Public propertyIsSpam
Public propertyLevel
Public propertyThread
Public propertyTimeStamp
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodStatic memberFrom
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fieldmessage
Top
Extension Methods

  NameDescription
Public Extension MethodAsDouble (Defined by ObjectExtensions.)
Public Extension MethodAsInt16 (Defined by ObjectExtensions.)
Public Extension MethodAsInt32 (Defined by ObjectExtensions.)
Public Extension MethodAsInt64 (Defined by ObjectExtensions.)
Public Extension MethodAsString (Defined by ObjectExtensions.)
Top
See Also

Reference