C# Class Caucho.IIS.NoopLogger

Inheritance: Logger
Show file Open project: mdaniel/svn-caucho-com-resin

Public Methods

Method Description
Log ( EventLogEntryType entryType, string message, object args ) : void
NoopLogger ( ) : System

Method Details

Log() public method

public Log ( EventLogEntryType entryType, string message, object args ) : void
entryType EventLogEntryType
message string
args object
return void

NoopLogger() public method

public NoopLogger ( ) : System
return System