C# Class Caucho.IIS.Logger

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

Public Methods

Method Description
Error ( String message ) : void
GetLogger ( ) : Logger
Info ( String message ) : void
Log ( EventLogEntryType entryType, String message ) : void
Warning ( String message ) : void

Private Methods

Method Description
IsLoggable ( EventLogEntryType entryType ) : bool
Logger ( System.Diagnostics.EventLog log, EventLogEntryType logLevel ) : System

Method Details

Error() public method

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

GetLogger() public static method

public static GetLogger ( ) : Logger
return Logger

Info() public method

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

Log() public method

public Log ( EventLogEntryType entryType, String message ) : void
entryType EventLogEntryType
message String
return void

Warning() public method

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