C# Class org.noear.sited.Log

Show file Open project: noear/SiteD

Public Methods

Method Description
v ( string tag, string message ) : void
v ( string tag, string message, Exception tr ) : void

Method Details

v() public static method

public static v ( string tag, string message ) : void
tag string
message string
return void

v() public static method

public static v ( string tag, string message, Exception tr ) : void
tag string
message string
tr System.Exception
return void