메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
Logger ( ) : System |
public static AddMessage ( string message, int messageLevel, [ memberName = "", [ SourceFilePath = "", [ SourceLineNumber ) : void | ||
message | string | |
messageLevel | int | |
memberName | [ | |
SourceFilePath | [ | |
SourceLineNumber | [ | |
리턴 | void |