C# Class TeamMentor.CoreLib.MemoryLogger

Inheritance: IO2Log
Show file Open project: TeamMentor-OWASP/Master

Public Methods

Method Description
MemoryLogger ( ) : System
d ( string debugMessage ) : void
debug ( string debugMessageFormat ) : void
e ( string errorMessage ) : 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
i ( string infoMessage ) : void
info ( string infoMessageFormat ) : void
logToChache ( string text ) : void
write ( string messageFormat ) : void

Method Details

MemoryLogger() public method

public MemoryLogger ( ) : System
return System

d() public method

public d ( string debugMessage ) : void
debugMessage string
return void

debug() public method

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

e() public method

public e ( string errorMessage ) : void
errorMessage 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

i() public method

public i ( string infoMessage ) : void
infoMessage string
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