Method | Description | |
---|---|---|
IsDebugLogged ( string subject ) : bool | ||
IsLogged ( LogActivity logActivity, JobTaskBase jobTaskBase ) : bool | ||
IsLogged ( LogActivity logActivity, string subject ) : bool | ||
Log ( LogActivity logActivity, string subject ) : void | ||
LogDebugInfo ( string subject, string debugInfo ) : void | ||
LogError ( string subject, |
||
LoggerMock ( ) : System |
Method | Description | |
---|---|---|
BuildMessage ( LogActivity logActivity, string subject ) : string |
public IsDebugLogged ( string subject ) : bool | ||
subject | string | |
return | bool |
public IsLogged ( LogActivity logActivity, JobTaskBase jobTaskBase ) : bool | ||
logActivity | LogActivity | |
jobTaskBase | JobTaskBase | |
return | bool |
public IsLogged ( LogActivity logActivity, string subject ) : bool | ||
logActivity | LogActivity | |
subject | string | |
return | bool |
public Log ( LogActivity logActivity, string subject ) : void | ||
logActivity | LogActivity | |
subject | string | |
return | void |
public LogDebugInfo ( string subject, string debugInfo ) : void | ||
subject | string | |
debugInfo | string | |
return | void |
public LogError ( string subject, |
||
subject | string | |
e | ||
return | void |