C# Class Tup.Utilities.LogManager

日志类
调用 Log4Net 日志模块
Exibir arquivo Open project: tupunco/Tup.Utilities

Public Properties

Property Type Description
Instance LogManager

Public Methods

Method Description
Error ( string msg ) : void

Error Log

Fatal ( string msg ) : void

Fatal Log

Info ( string msg ) : void

Info Log

Private Methods

Method Description
Debug ( string msg ) : void
LogManager ( ) : System.Diagnostics

Method Details

Error() public method

Error Log
public Error ( string msg ) : void
msg string
return void

Fatal() public method

Fatal Log
public Fatal ( string msg ) : void
msg string
return void

Info() public method

Info Log
public Info ( string msg ) : void
msg string
return void

Property Details

Instance public_oe static_oe property

public static LogManager,Tup.Utilities Instance
return LogManager