Wraps a logger so that it can be accessed remotely.

Namespace:  Gallio.Runtime.Logging
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public class RemoteLogger : BaseLogger
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RemoteLogger _
	Inherits BaseLogger

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Logging..::.BaseLogger
    Gallio.Runtime.Logging..::.RemoteLogger

See Also