See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members

Language

Visual Basic

C#

JScript

Show All

ForwardLogChannelName
The name of the logchannel to which all logmessages should be forwarded.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

AddForward Method

Forwards all logmessages to an additional logchannel.

[Visual Basic]
Public Function AddForward( _    ByVal ForwardLogChannelName As String _ ) As Boolean
[C#]
public bool AddForward(    string ForwardLogChannelName );
[JScript]
public function AddForward(    ForwardLogChannelName : String ) : boolean;

Parameters

ForwardLogChannelName
The name of the logchannel to which all logmessages should be forwarded.

Remarks

This method is not implemented yet. Use the online forwarding mechanism through the ITConfigManager application.

 

Return value:

See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.