Click or drag to resize

ILogInfo Method

Logs a message with the Info level.

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

Parameters

message
Type: SystemString
The message to log.
See Also