메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Stops recording the messages (cannot be resumed). This method should be called when you are done with the object. If LogRecorder is in a using() block, this will be done for you.
|
|
LogRecorder ( ) : System |
Creates a recorder for errors and warnings.
|
|
LogRecorder ( bool restrictToThisThread ) : System |
Creates a custom recorder.
|
메소드 | 설명 | |
---|---|---|
HandleLog ( object sender, |
public LogRecorder ( bool restrictToThisThread ) : System | ||
restrictToThisThread | bool | Whether this log recorder should limit /// recording to messages emitted from the same thread that created this object. |
리턴 | System |