C# Class TeamMentor.CoreLib.Logger_LogItem

Inheritance: IO2Log
Show file Open project: TeamMentor/Master Class Usage Examples

Public Methods

Method Description
Logger_LogItem ( ) : 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
lines ( ) : List
logItem ( Log_Item logItem ) : Log_Item
logItem ( string type, string text ) : Log_Item
logToChache ( string text ) : void
write ( string messageFormat ) : void
writeMemory ( string message ) : string

Method Details

Logger_LogItem() public method

public Logger_LogItem ( ) : System
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

lines() public method

public lines ( ) : List
return List

logItem() public method

public logItem ( Log_Item logItem ) : Log_Item
logItem Log_Item
return Log_Item

logItem() public method

public logItem ( string type, string text ) : Log_Item
type string
text string
return Log_Item

logToChache() public method

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

write() public method

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

writeMemory() public method

public writeMemory ( string message ) : string
message string
return string