Sunday, November 23, 2008
 
07
Version 2.4.2 is a maintenance release with a minor bug fix in the Default.aspx that in some special situations can crash.
Posted in: Log4Net Dashboard
30
Today we have released an updated version of the SDK, this version of the SDK is compatible with Log4Net Dashboard version 2.4 and 2.4.1.

[Read the rest of this article...]

30
Version 2.4.1 is a maintenance release with minor updates. It includes a face lift on the logger summary page, automatic scrolling and a bug fix.

[Read the rest of this article...]

Posted in: Log4Net Dashboard
21
Version 2.4 is released, including Oracle provider, new logger summary page and more.

[Read the rest of this article...]

Posted in: Log4Net Dashboard
15

The site www.l4ndash.com has been given a major facelift and has been upgraded to DotNetNuke 4.9.0.
Please let me know if you find any bugs.

Posted in: Toolbox and Other
15

Jim Christopher has written several excellent tutorials about log4net, and he promise to write more!

http://www.beefycode.com/?tag=/log4net

01
I have released Beta 2 of version 2.4, this version can be tested/viewed on:

demo.l4ndash.com\development


Highlights:

  • A new web page “Logger Summary” that shows log entries categorized by logger and log level. The “Logger Summary” page has the same filter and drill down functionality as found in the “old” dashboard page.
  • Added from/to date time input fields in the filter panel, this makes it possible to filter on date/time interval. Useful when using the new “Logger Summary” page.
  • Added from/to id input fields in the filter panel, this makes it possible to filter on an id interval.
  • A first version of an OracleProvider to read log entries logged through the Log4Net AdoNetAppender to an Oracle database.
  • The SqlServer provider has been extended with the possibility to customize the name of the standard columns (id, data, logger, level etc). This functionality is also implemented in the new Oracle provider.
  • Several improvements in the TextFileProvider, the provider is more robust to changes to a folder containing log files, especially when adding and removing files from the folder, and if parts of log files is deleted.
  • Bug fixes

[Read the rest of this article...]

Posted in: Log4Net Dashboard
02
I am happy to finally release version 2.3 of Log4Net Dashboard.

Highlights:

A major visual upgrade of the product, including new css style sheets.
Added the possibility of sorting the rows in the “LogRows panels”, the sorting is activated by clicking the on the column header.
The TextFileProvider is rewritten
A new XML visualizer provides you with formatting and syntax coloring of xml blocks.
New filter options (not equal, not contains etc).
A new and rewritten Setup and configuration documentation.
Several Bug fixes

[Read the rest of this article...]

Posted in: Log4Net Dashboard
09
This release contain several bug fixes and some minor improvements, it can be downloaded from the Beta pages.  
Posted in: Log4Net Dashboard
06

I am happy to finally release a new version of Log4Net Dashboard – version 2.3.


This version is a beta 2 version and is available to registered users in the beta area.

[Read the rest of this article...]

Posted in: Log4Net Dashboard
26
Finally Log4Net is no longer in beta, version 1.2.10 is released.

A lot of people have been waiting for a “non-beta” version of log4net. Even though, version 1.2.9 have been around for quiet a while, and for most users, have proven to be more stable than a lot of commercial production releases.

The complete release notes can be found on:

http://logging.apache.org/log4net/release/release-notes.html
21
Log4Net Dashboard version 2.2 is released. Highlights: Retrieve log events from several types of log storage, SqlServer, TextFile and Windows Event Log. Predefined filters, save filters for future use. Column Visualizers to render column values. New Css style sheet “VerdanaSlate” SDK, write your own log providers, and your own Visualizers. Bug fixes The new windows event log provider, can read any log from the Windows event log, and are not...

[Read the rest of this article...]

Posted in: Log4Net Dashboard
02
Today I have released the Log4Net Dashboard SDK, the SDK will enable users of L4NDash to extend the dashboard, using the SDK L4NDash can be extended in two areas: You can write your own data providers, this will enable the L4NDash application to use log rows/log events from almost any kind of log storage and in any kind of format. You can write your own visualizers, visualizers is responsible for formatting/preparing a single column value before it is rendered on into a web page. For...

[Read the rest of this article...]

09
Highlights:


  • Retrieve log events from several types of log storage, SqlServer, TextFile and Windows Event Log.

  • Predefined filters, save filters for future use.

  • Column Visualizers to render column values.

  • New Css style sheet “VerdanaSlate”

  • Bug fixes


Both the new log readers (Textfile and Windows event log) and the Visualizers are based on a provider interface. The provider interface makes it possible for others to write there own providers that can be plugged in to L4Ndash.

[Read the rest of this article...]

Posted in: Log4Net Dashboard
02
In a windows form I needed to detect if the tab key was pressed, but Tab keys are “eaten” by windows, creating a KeyPress event on the textbox won’t do it. But I fond the ProcessCmdKey you can put on the form, the code below did it:   protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { if(textBox1.Focused == true) // do the textbox have focus? { const int WM_KEYDOWN = 0x100; const int WM_SYSKEYDOWN = 0x104; if ((msg.Msg == WM_KEYDOWN) || (msg.Msg == WM_...

[Read the rest of this article...]

Posted in: Programming Tips
 Topics   
 Most Popular   
 Archives   
Copyright 2005-2008 by FaktNet AS Terms Of Use Privacy Statement