Class LogMessage

java.lang.Object
edu.wpi.first.networktables.LogMessage

public final class LogMessage extends Object
NetworkTables log message.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
    The filename of the source file that generated the message.
    static final int
    Critical logging level.
    static final int
    Debug log level.
    static final int
    Debug log level 1.
    static final int
    Debug log level 2.
    static final int
    Debug log level 3.
    static final int
    Debug log level 4.
    static final int
    Error logging level.
    static final int
    Info log level.
    static final int
    Warning log level.
    final int
    Log level of the message.
    final int
    The line number in the source file that generated the message.
    final String
    The message.
  • Constructor Summary

    Constructors
    Constructor
    Description
    LogMessage(int level, String filename, int line, String message)
    Constructor.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait