Skip to content
Snippets Groups Projects
Commit e019a35e authored by Zenker, Dr. Klaus (FWKE) - 126506's avatar Zenker, Dr. Klaus (FWKE) - 126506
Browse files

Use common naming scheme.

parent b3948241
No related branches found
No related tags found
No related merge requests found
......@@ -216,12 +216,12 @@ namespace logging {
"(cout/cerr), 3 (none)",
{"CS", getName()}};
ctk::ScalarPollInput<std::string> logFile{this, "Logfile", "",
ctk::ScalarPollInput<std::string> logFile{this, "logFile", "",
"Name of the external logfile. If empty messages are pushed to "
"cout/cerr",
{"CS", getName()}};
ctk::ScalarPollInput<uint> tailLength{this, "maxLength", "",
ctk::ScalarPollInput<uint> tailLength{this, "maxTailLength", "",
"Maximum number of messages to be shown in the logging stream tail.",
{"CS", getName()}};
......@@ -229,7 +229,7 @@ namespace logging {
"Current log level used for messages.",
{"CS", getName()}};
ctk::ScalarOutput<std::string> logTail{this, "LogTail", "",
ctk::ScalarOutput<std::string> logTail{this, "logTail", "",
"Tail of the logging stream.",
{"CS", "PROCESS", getName()}};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment