C# Class FluentSharp.CoreLib.API.Logger_File_Append

Inheritance: IO2Log
Show file Open project: TeamMentor/Master

Public Methods

Method Description
Logger_File_Append ( string targetFile ) : System
debug ( string debugMessageFormat ) : void
error ( string errorMessageFormat ) : void
ex ( Exception ex ) : void
ex ( Exception ex, bool showStackTrace ) : void
ex ( Exception ex, string comment ) : void
ex ( Exception ex, string comment, bool showStackTrace ) : void
info ( string infoMessageFormat ) : void
logToChache ( string text ) : void
write ( string messageFormat ) : void

Private Methods

Method Description
writeLine ( string message ) : void

Method Details

Logger_File_Append() public method

public Logger_File_Append ( string targetFile ) : System
targetFile string
return System

debug() public method

public debug ( string debugMessageFormat ) : void
debugMessageFormat string
return void

error() public method

public error ( string errorMessageFormat ) : void
errorMessageFormat string
return void

ex() public method

public ex ( Exception ex ) : void
ex System.Exception
return void

ex() public method

public ex ( Exception ex, bool showStackTrace ) : void
ex System.Exception
showStackTrace bool
return void

ex() public method

public ex ( Exception ex, string comment ) : void
ex System.Exception
comment string
return void

ex() public method

public ex ( Exception ex, string comment, bool showStackTrace ) : void
ex System.Exception
comment string
showStackTrace bool
return void

info() public method

public info ( string infoMessageFormat ) : void
infoMessageFormat string
return void

logToChache() public method

public logToChache ( string text ) : void
text string
return void

write() public method

public write ( string messageFormat ) : void
messageFormat string
return void