C# Class IronSharePoint.IronLog.IronLogger

Datei anzeigen Open project: ExpertsInside/IronSP Class Usage Examples

Public Methods

Method Description
IronLogger ( IronRuntime runtime ) : System
Log ( string message ) : void
Log ( string message, LogLevel level ) : void

Method Details

IronLogger() public method

public IronLogger ( IronRuntime runtime ) : System
runtime IronRuntime
return System

Log() public method

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

Log() public method

public Log ( string message, LogLevel level ) : void
message string
level LogLevel
return void