Content deleted Content added
Tags: Mobile edit Mobile web edit |
→C# example: Using the chain capability of SetNext. |
||
Line 222:
{
// Build the chain of responsibility
Logger logger
logger = new ConsoleLogger(LogLevel.All)
// Handled by ConsoleLogger since the console has a loglevel of all
|