C# Class Castle.Facilities.AspectSharp.Tests.Components.MemoryLogger

Summary description for MemoryLogger.
Inheritance: ILogger
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Enter ( String name ) : void
Leave ( String name ) : void
MemoryLogger ( ) : System
Trace ( String content ) : void

Method Details

Enter() public method

public Enter ( String name ) : void
name String
return void

Leave() public method

public Leave ( String name ) : void
name String
return void

MemoryLogger() public method

public MemoryLogger ( ) : System
return System

Trace() public method

public Trace ( String content ) : void
content String
return void