Show / Hide Table of Contents

Struct LogMessage

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: NetworkTables
Assembly: FRC.NetworkTables.dll
Syntax
public struct LogMessage

Fields

| Improve this Doc View Source

Filename

Declaration
public readonly string Filename
Field Value
Type Description
String
| Improve this Doc View Source

Level

Declaration
public readonly LogLevel Level
Field Value
Type Description
LogLevel
| Improve this Doc View Source

Line

Declaration
public readonly int Line
Field Value
Type Description
Int32
| Improve this Doc View Source

Logger

Declaration
public readonly NtLogger Logger
Field Value
Type Description
NtLogger
| Improve this Doc View Source

Message

Declaration
public readonly string Message
Field Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet