Walter.BOM
LogTodo<T> Method (IExceptionConsole)
Walter.BOM Assembly > Walter.BOM Namespace > IExceptionConsole Interface : LogTodo<T> Method
The enumerator type indication the type of ToDo this represents
The enumerator value stating task that needs to be implemented.
The message.
indicates if the to-do item is optional for the firewall to function as intended.
Logs the ToDo item with the framework.
Syntax
void LogTodo<T>( 
   T code,
   string message,
   bool isOptional
)
where T: Enum

Parameters

code
The enumerator value stating task that needs to be implemented.
message
The message.
isOptional
indicates if the to-do item is optional for the firewall to function as intended.

Type Parameters

T
The enumerator type indication the type of ToDo this represents
Remarks

The firewall will use this method to add missing configuration items. You can access the ToDo's directly via the property ToDo or via the Report interface No one stops you from using this method in your own code to document items that need to be done based on the work-flow(s) executed and plug-in's used.

The ToDo will output a log a Warning for a optional task and a critical task for a task detailing a activity that you should really should implement ASAP

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IExceptionConsole Interface
IExceptionConsole Members