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;
633 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog() function in CommandObjectLog649 CommandObjectLog::~CommandObjectLog() = default;
131 SRCS+= Commands/CommandObjectLog.cpp
551 REGISTER_COMMAND_OBJECT("log", CommandObjectLog); in LoadCommandDictionary()