Writes a LogType and info/error message string to the Log file

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static void Write(
	string message
)
Visual Basic (Declaration)
Public Shared Sub Write ( _
	message As String _
)
Visual C++
public:
static void Write(
	String^ message
)

Parameters

message
Type: System..::.String

[Missing <param name="message"/> documentation for "M:Bespoke.Common.LogManager.Write(System.String)"]

See Also