Click or drag to resize

ILogWarn Method

Logs a message with the Warn level.

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
void Warn(
	string message
)

Parameters

message
Type: SystemString
The message to log.
See Also