Click or drag to resize

LoggerWriteRetVal Method

Parses FWRetVal and writes to log - quick way to write either Error or Success.

Namespace:  Koden.Utils.Logger
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void WriteRetVal(
	FWRetVal fwRetVal
)

Parameters

fwRetVal
Type: Koden.Utils.ModelsFWRetVal
The FWRetVal.

Implements

ILoggerWriteRetVal(FWRetVal)
See Also