Click or drag to resize

ILogWarn Method

Logs a message with the Warn level.

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

Parameters

message
Type: SystemString
The message to log.
See Also