1#ifndef Cpl_TShell_Cmd_Trace_h
2#define Cpl_TShell_Cmd_Trace_h
15#include "colony_config.h"
34 static constexpr const char*
verb =
"trace";
37 static constexpr const char*
usage =
"trace [on|off]\n"
38 "trace section (on|off) <sect1> [<sect2>]...\n"
39 "trace threadfilters [<threadname1> [<threadname2>]]...\n"
40 "trace level (none|brief|info|verbose|max)\n"
47 static constexpr const char*
detailedHelp =
" Enables/Disables the Cpl::System::Trace engine and manages the section',\n" \
48 " information level, and thread filter options. See the Cpl::System::Trace\n" \
49 " interface for details on how the trace engine works.";
#define OPTION_TSHELL_CMD_COMMAND_DEFAULT_PERMISSION_LEVEL
Default Permission level for all commands.
Definition Command.h:24
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
This partially concrete class implements infrastructure and/or common functionality for a Shell comma...
Definition Command.h:39
This class implements a Shell command.
Definition Trace.h:31
Cpl::TShell::Command::Result_T execute(Cpl::TShell::Context_ &context, char *cmdString, Cpl::Io::Output &outfd) noexcept
See Cpl::TShell::Command.
Trace(Cpl::Container::Map< Cpl::TShell::Command > &commandList, Security::Permission_T minPermLevel=OPTION_TSHELL_CMD_COMMAND_DEFAULT_PERMISSION_LEVEL) noexcept
Constructor.
const char * getHelp() const noexcept
See Cpl::TShell::Command.
Definition Trace.h:56
static constexpr const char * detailedHelp
The command detailed help string (recommended that lines do not exceed 80 chars) 1 2 3 4 5 6 7 8 1234...
Definition Trace.h:47
const char * getUsage() const noexcept
See Cpl::TShell::Command.
Definition Trace.h:53
static constexpr const char * verb
The command verb/identifier.
Definition Trace.h:34
static constexpr const char * usage
The command usage string.
Definition Trace.h:37
Result_T
Possible result codes when executing a command.
Definition Command.h:35
This Private Namespace class defines a "Context" for a TShell command.
Definition Context_.h:32
Permission_T
Permissions levels.
Definition Security.h:34
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20