Method | Description | |
---|---|---|
AddMessage ( string message, int messageLevel, [ memberName = "", [ SourceFilePath = "", [ SourceLineNumber ) : void |
Adds a message at the current time
|
|
Clear ( ) : void |
Clears all messages
|
|
ResetTimer ( ) : void |
Resets the time value to zero
|
|
Save ( string filePath ) : void |
Saves the log as a text file
|
|
ToString ( ) : string |
Returns the contents of the Logger
|
|
UpdateSmartDashboard ( ) : void |
Updates the related SmartDashboard variable if applicable
|
Method | Description | |
---|---|---|
Logger ( ) : System |
public static AddMessage ( string message, int messageLevel, [ memberName = "", [ SourceFilePath = "", [ SourceLineNumber ) : void | ||
message | string | |
messageLevel | int | |
memberName | [ | |
SourceFilePath | [ | |
SourceLineNumber | [ | |
return | void |
public static Save ( string filePath ) : void | ||
filePath | string | |
return | void |
public static UpdateSmartDashboard ( ) : void | ||
return | void |