Writes out a line of text

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear.Loggers
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public override void WriteLine(
	string message,
	string category
)
Visual Basic (Declaration)
Public Overrides Sub WriteLine ( _
	message As String, _
	category As String _
)
Visual C++
public:
virtual void WriteLine(
	String^ message, 
	String^ category
) override

Parameters

message
Type: System..::.String
Message to write to the console
category
Type: System..::.String
Name of the category for the message

See Also