# Functions
GracefulShutdownTimeout sets the timeout to kill the vertices is one or more of them are frozen.
NewContainer returns empty endure container
Input parameters: logLevel
-1 is the most informative level - DebugLevel --> also turns on pprof endpoint
0 - InfoLevel defines info log level.
SetBackoff sets initial and maximum backoff interval for retry.
SetLogLevel option sets the log level in the Endure.
Visualize visualize current graph.
# Constants
DebugLevel logs are typically voluminous, and are usually disabled in production.
DPanicLevel logs are particularly important errors.
Empty is placeholder.
ErrorLevel logs are high-priority.
FatalLevel logs a message, then calls os.Exit(1).
File output type.
InfoLevel is the default logging priority.
InitializeMethodName is the method fn to invoke in transition map.
InitMethodName is the function fn for the reflection.
PanicLevel logs a message, then panics.
ServeMethodName is the function fn for the Serve.
ShutdownMethodName is the method fn to invoke in transition map.
StartMethodName is the method fn to invoke in transition map.
StdOut output type.
StopMethodName is the function fn for the reflection to Stop the service.
WarnLevel logs are more important than Info, but don't need individual human review.