C# Class AspectSharp.Tests.Classes.Loggeable

Summary description for Loggeable.
Inheritance: ILoggeable
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
GetLogMessages ( ) : String
Log ( String message ) : void
Loggeable ( ) : System

Method Details

GetLogMessages() public method

public GetLogMessages ( ) : String
return String

Log() public method

public Log ( String message ) : void
message String
return void

Loggeable() public method

public Loggeable ( ) : System
return System