Log an error.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub Error ( _
	message As String _
)
C#
public static void Error(
	string message
)

Parameters

message
Type: System..::..String

See Also