Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    TimestampLocalLogger.Message Struct

    Namespace: Stride.Core.Diagnostics
    Assembly: Stride.Core.dll

    A structure describing a log message associated with a timestamp.

    public struct Message
    Name Description
    Constructors
    Message(Int64, ILogMessage)

    Initializes a new instance of the TimestampLocalLogger.Message struct.

    Fields
    LogMessage

    The log message.

    Timestamp

    The timestamp associated to the log message.

    | Improve this Doc View Source

    Constructors


    Message(Int64, ILogMessage)

    Initializes a new instance of the TimestampLocalLogger.Message struct.

    public Message(long timestamp, ILogMessage logMessage)
    Parameters
    Type Name Description
    System.Int64 timestamp

    The timestamp associated to the log message.

    ILogMessage logMessage

    The log message.

    | Improve this Doc View Source

    Fields


    LogMessage

    The log message.

    public ILogMessage LogMessage
    Field Value
    Type Description
    ILogMessage

    Timestamp

    The timestamp associated to the log message.

    public long Timestamp
    Field Value
    Type Description
    System.Int64

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation