Property | Type | Description | |
---|---|---|---|
LoggedLines | List |
Method | Description | |
---|---|---|
LoggerAdapter ( |
||
MyLogSomethingImportant ( string methodInfo, int importantValue, string message ) : void | ||
TraceEnter ( string methodInfo, string paramNames, object paramValues ) : void | ||
TraceLeave ( string methodInfo, long start, long finish, string paramNames, object paramValues ) : void |
Method | Description | |
---|---|---|
BuildParameterInfo ( string paramNames, object paramValues ) : string | ||
DoLog ( string message ) : void |
public LoggerAdapter ( |
||
type | ||
return | System |
public MyLogSomethingImportant ( string methodInfo, int importantValue, string message ) : void | ||
methodInfo | string | |
importantValue | int | |
message | string | |
return | void |
public TraceEnter ( string methodInfo, string paramNames, object paramValues ) : void | ||
methodInfo | string | |
paramNames | string | |
paramValues | object | |
return | void |
public TraceLeave ( string methodInfo, long start, long finish, string paramNames, object paramValues ) : void | ||
methodInfo | string | |
start | long | |
finish | long | |
paramNames | string | |
paramValues | object | |
return | void |