C# Class IronSharePoint.IronLog.IronLogger

Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes publiques

Méthode Description
IronLogger ( IronRuntime runtime ) : System
Log ( string message ) : void
Log ( string message, LogLevel level ) : void

Method Details

IronLogger() public méthode

public IronLogger ( IronRuntime runtime ) : System
runtime IronRuntime
Résultat System

Log() public méthode

public Log ( string message ) : void
message string
Résultat void

Log() public méthode

public Log ( string message, LogLevel level ) : void
message string
level LogLevel
Résultat void