Remotable logging interface

Namespace:  GrassValley.Mseries.AppServerLog
Assembly:  GrassValley.Mseries.AppServerLog (in GrassValley.Mseries.AppServerLog.dll) Version: 1.0.0.0

Syntax

C#
public interface IAppServerLog3 : IAppServerLog2, 
	IAppServerLog, IDisposable
Visual Basic (Declaration)
Public Interface IAppServerLog3 _
	Implements IAppServerLog2, IAppServerLog, IDisposable
Visual C++
public interface class IAppServerLog3 : IAppServerLog2, 
	IAppServerLog, IDisposable

See Also