C# 클래스 RunJS.AddIn.Utils.LoggerInstance

A logger-instance used by javascript.
상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Alxandr/RunJS

공개 메소드들

메소드 설명
LoggerInstance ( ObjectInstance prototype, ScriptRunner scriptRunner, string logName ) : System

Initializes a new instance of the LoggerInstance class.

비공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Trace ( string message ) : void
Warn ( string message ) : void

메소드 상세

LoggerInstance() 공개 메소드

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.
리턴 System