C# Class Attereco_Front.Model.Common.Log

Logを簡単に取ることを可能にするクラス
Datei anzeigen Open project: SLP-KBIT/Attereco-Front

Public Methods

Method Description
Write ( String message, Exception ex = null ) : void

ログの書き込み

Method Details

Write() public static method

ログの書き込み
public static Write ( String message, Exception ex = null ) : void
message String メッセージ
ex System.Exception 例外,初期値:null
return void