Method | Description | |
---|---|---|
Log ( |
With passed exceptions, information is written to log
|
|
Log ( |
With passed exceptions, information is written to log
|
|
Log ( string logtext, MessageLevel eventlevel = MessageLevel.Information, string source = "Default" ) : string |
Logging source location as well as event level
|
|
LogWithOutput ( string logtext, MessageLevel eventlevel = MessageLevel.Information, string source = "Default" ) : string |
Logging source location as well as event level
|
Method | Description | |
---|---|---|
GenerateOutputMessage ( string logtext, MessageLevel prefix, string source ) : void | ||
GetCaller ( ) : |
||
GetCurrentMethod ( |
||
GetCurrentMethod ( |
public static Log ( |
||
ex | ||
return | string |
public static Log ( |
||
ex | ||
sourcelocation | string | |
return | string |
public static Log ( string logtext, MessageLevel eventlevel = MessageLevel.Information, string source = "Default" ) : string | ||
logtext | string | |
eventlevel | MessageLevel | |
source | string | |
return | string |
public static LogWithOutput ( string logtext, MessageLevel eventlevel = MessageLevel.Information, string source = "Default" ) : string | ||
logtext | string | |
eventlevel | MessageLevel | |
source | string | |
return | string |