The execution context for the application.
public sealed class DockerShimContext
| name | description | 
|---|---|
| ExitRequestedToken { get; } | The application has been requested to exit. | 
| LoggerFactory { get; } | Same as LoggerFactory. | 
    
| LoggingConsoleStdout { get; } | A text writer that writes to LoggerFactory. You must explicitly request a log event by calling one of the WriteLine methods. |