See Also

ITLogMsg Class  | ITLogMsg Members

Language

Visual Basic

C#

JScript

Show All

LogChannelName
The name of the logchannel to test.
See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

WillBeLoggedTo Method

Determines whether the logmessage will be logged to a special (forwarding) logchannel.

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

Parameters

LogChannelName
The name of the logchannel to test.

Return Type

Remarks

Note: The write-out filter of the logchannel determines during the creation of the logmessage if it will be logged or not.

 

Note: The write-out filter(s) of the (forwarding) logchannel(s) determine(s) during the creation of the logmessage if it will be logged or not.

 

Return value:

See Also

ITLogMsg Class  | ITLogMsg Members

 

 


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