C# Class Logging.Log

Exibir arquivo Open project: noant/Pyrite Class Usage Examples

Public Methods

Method Description
Write ( Exception e, [ memberName = "", [ sourceFilePath = "", [ sourceLineNumber ) : void
Write ( string message ) : void

Private Methods

Method Description
Log ( ) : System

Method Details

Write() public static method

public static Write ( Exception e, [ memberName = "", [ sourceFilePath = "", [ sourceLineNumber ) : void
e System.Exception
memberName [
sourceFilePath [
sourceLineNumber [
return void

Write() public static method

public static Write ( string message ) : void
message string
return void