Questions tagged [entlib-logging]

4 questions
2
votes
0 answers

Enterprise Library TraceListener to display logging messages inside app

I am using the microsoft enterprise library 6 for a short time now. The formatted logging for example to a text file or to console works fine, but I am failing to find a way to display these log messages inside my windows-forms applications. So…
1
vote
1 answer

Pattern for logstash

I try to use logstach for visualisation logs from our website. Our conf input { file { path => 'f:/tst/zp/*zp*.log' type => 'app' start_position =>'end' } } filter { multiline { pattern => ??? …
GraDea
  • 588
  • 7
  • 23
0
votes
1 answer

Enterprise library-Database Trace Lister calling oracle stored Procedure- Is there a way to see the command executed by the logger

I created a Stored proc in oracle Database which accepts the following parameters. this stored proc adds the values to the table based on the request sent by the enterprise library Database trace listener Timestamp Date, Message VARCHAR2, …
L202
  • 95
  • 2
  • 11
0
votes
2 answers

Log method parameters and return type using Enterprise library logging application block

Is there any way to log method parameter name , its value and return type value using Enterprise library logging application block. I have provided a code sample below. The requirement is to log it's methods input parameters value and its return…
vibinkgl
  • 3
  • 2