C# Class RunJS.AddIn.Utils.LoggerInstance

A logger-instance used by javascript.
Inheritance: Jurassic.Library.ObjectInstance
Exibir arquivo Open project: Alxandr/RunJS

Public Methods

Method Description
LoggerInstance ( ObjectInstance prototype, ScriptRunner scriptRunner, string logName ) : System

Initializes a new instance of the LoggerInstance class.

Private Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Trace ( string message ) : void
Warn ( string message ) : void

Method Details

LoggerInstance() public method

Initializes a new instance of the LoggerInstance class.
public LoggerInstance ( ObjectInstance prototype, ScriptRunner scriptRunner, string logName ) : System
prototype Jurassic.Library.ObjectInstance The prototype.
scriptRunner ScriptRunner The script runner.
logName string Name of the log.
return System