See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members

Language

Visual Basic

C#

JScript

Show All

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

RemoveForward Method

Stops forwarding all logmessages to the given logchannel.

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

Parameters

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

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.