Searched refs:CommandObjectLog (Results 1 – 4 of 4) sorted by relevance
18 class CommandObjectLog : public CommandObjectMultiword {21 CommandObjectLog(CommandInterpreter &interpreter);23 ~CommandObjectLog() override;27 CommandObjectLog(const CommandObjectLog &) = delete;28 const CommandObjectLog &operator=(const CommandObjectLog &) = delete;
499 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog() function in CommandObjectLog513 CommandObjectLog::~CommandObjectLog() = default;
17 CommandObjectLog.cpp
501 REGISTER_COMMAND_OBJECT("log", CommandObjectLog); in LoadCommandDictionary()