Rebornbuddy
|
A composite node that logs a message and returns success status. More...
Public Member Functions | |
SucceedLogger (ValueRetriever< string > data, LogLevel level) | |
Creates a new SucceedLogger that logs the specified message at the given log level. | |
SucceedLogger (ValueRetriever< string > data) | |
Creates a new SucceedLogger that logs the specified message at normal log level. |
Protected Member Functions | |
override IEnumerable< RunStatus > | Execute (object context) |
Executes this node, logging the message and returning success. |
A composite node that logs a message and returns success status.
ff14bot.Behavior.SucceedLogger.SucceedLogger | ( | ValueRetriever< string > | data, |
LogLevel | level ) |
Creates a new SucceedLogger that logs the specified message at the given log level.
data | The message to log |
level | The log level to use |
ff14bot.Behavior.SucceedLogger.SucceedLogger | ( | ValueRetriever< string > | data | ) |
Creates a new SucceedLogger that logs the specified message at normal log level.
data | The message to log |
|
protected |
Executes this node, logging the message and returning success.
context | The context to execute with |