C# Class Caucho.IIS.Logger

Afficher le fichier Open project: mdaniel/svn-caucho-com-resin

Méthodes publiques

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

Private Methods

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

Method Details

Error() public méthode

public Error ( String message ) : void
message String
Résultat void

GetLogger() public static méthode

public static GetLogger ( ) : Logger
Résultat Logger

Info() public méthode

public Info ( String message ) : void
message String
Résultat void

Log() public méthode

public Log ( EventLogEntryType entryType, String message ) : void
entryType EventLogEntryType
message String
Résultat void

Warning() public méthode

public Warning ( String message ) : void
message String
Résultat void