Searched refs:CommandObjectLog (Results 1 – 4 of 4) sorted by relevance
24 class CommandObjectLog : public CommandObjectMultiword {29 CommandObjectLog(CommandInterpreter &interpreter);31 ~CommandObjectLog() override;37 DISALLOW_COPY_AND_ASSIGN(CommandObjectLog);
363 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog() function in CommandObjectLog377 CommandObjectLog::~CommandObjectLog() = default;
116 SRCS+= Commands/CommandObjectLog.cpp
477 m_command_dict["log"] = CommandObjectSP(new CommandObjectLog(*this)); in LoadCommandDictionary()