T_Furcadia_Logging_LogMessage - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

LogMessage Structure

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

[Missing

documentation for "T:Furcadia.Logging.LogMessage"]

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

Syntax

C#

public struct LogMessage : IEquatable<LogMessage>

VB

Public Structure LogMessage
	Implements IEquatable(Of LogMessage)

VB Usage

Dim instance As LogMessage

C++

public value class LogMessage : IEquatable<LogMessage>

F#

[<SealedAttribute>]
type LogMessage =  
    struct
        interface IEquatable<LogMessage>
    end

The LogMessage type exposes the following members.

Properties

 

Name Description
Public property IsSpam
Public property Level
Public property Thread
Public property TimeStamp
  Back to Top

Methods

 

Name Description
Public method Equals(Object) Determines whether the specified Object, is equal to this instance. (Overrides ValueType.Equals(Object).)
Public method Equals(LogMessage)
Public methodStatic member From
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a String that represents this instance. (Overrides ValueType.ToString().)
  Back to Top

Fields

 

Name Description
Public field message
  Back to Top

Extension Methods

 

Name Description
Public Extension Method AsDouble (Defined by ObjectExtensions.)
Public Extension Method AsInt16 (Defined by ObjectExtensions.)
Public Extension Method AsInt32 (Defined by ObjectExtensions.)
Public Extension Method AsInt64 (Defined by ObjectExtensions.)
Public Extension Method AsString (Defined by ObjectExtensions.)
  Back to Top

See Also

Reference

Furcadia.Logging Namespace

⚠️ **GitHub.com Fallback** ⚠️