Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Question

How do I use the logging?

Answer

Use class Log for logging. You can log Info, Error, Warn and Debug.

There are a lot of different methods for additional formatting.

Log.Info("My plugin: started");

   

 

This page has no comments.