C# Class ENDA.Diagnostics.LogManager

Show file Open project: engina/PLCNetLib

Public Properties

Property Type Description
Enabled bool
Filter Level

Public Methods

Method Description
Log ( Level lvl, string source, string msg ) : void

Private Methods

Method Description
LogManager ( ) : System

Method Details

Log() public static method

public static Log ( Level lvl, string source, string msg ) : void
lvl Level
source string
msg string
return void

Property Details

Enabled public static property

public static bool Enabled
return bool

Filter public static property

public static Level Filter
return Level