Click or drag to resize

ILogInfo Method

Logs a message with the Info level.

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

Parameters

message
Type: SystemString
The message to log.
See Also