How can I use my own logger with custom log records in Postsharp?
up vote
0
down vote
favorite
In Postsharp I can write my own logger adapter with which I can easily integrate my own logger class. In our class we have our own logger provider classe. Different categoriers of logger can be requested by the provider not only one. In the normal implementation, a static logger instance is used. We end up with a separate logger instance for each instance. Improves the testability with Unittest and logging each instance in a separated file. How can I rebuild the LogAspect to work with my own logger provider class with a non-static instance? In the net there are different examples how I build my own LogAspect. But I do not want to make everything new. Is there a solution?
Static Logger
Sample for own LogAspect
logging aop postsharp
add a comment |
up vote
0
down vote
favorite
In Postsharp I can write my own logger adapter with which I can easily integrate my own logger class. In our class we have our own logger provider classe. Different categoriers of logger can be requested by the provider not only one. In the normal implementation, a static logger instance is used. We end up with a separate logger instance for each instance. Improves the testability with Unittest and logging each instance in a separated file. How can I rebuild the LogAspect to work with my own logger provider class with a non-static instance? In the net there are different examples how I build my own LogAspect. But I do not want to make everything new. Is there a solution?
Static Logger
Sample for own LogAspect
logging aop postsharp
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In Postsharp I can write my own logger adapter with which I can easily integrate my own logger class. In our class we have our own logger provider classe. Different categoriers of logger can be requested by the provider not only one. In the normal implementation, a static logger instance is used. We end up with a separate logger instance for each instance. Improves the testability with Unittest and logging each instance in a separated file. How can I rebuild the LogAspect to work with my own logger provider class with a non-static instance? In the net there are different examples how I build my own LogAspect. But I do not want to make everything new. Is there a solution?
Static Logger
Sample for own LogAspect
logging aop postsharp
In Postsharp I can write my own logger adapter with which I can easily integrate my own logger class. In our class we have our own logger provider classe. Different categoriers of logger can be requested by the provider not only one. In the normal implementation, a static logger instance is used. We end up with a separate logger instance for each instance. Improves the testability with Unittest and logging each instance in a separated file. How can I rebuild the LogAspect to work with my own logger provider class with a non-static instance? In the net there are different examples how I build my own LogAspect. But I do not want to make everything new. Is there a solution?
Static Logger
Sample for own LogAspect
logging aop postsharp
logging aop postsharp
asked Nov 21 at 12:26
user3572382
133
133
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53412016%2fhow-can-i-use-my-own-logger-with-custom-log-records-in-postsharp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown