C# Class Wox.Infrastructure.Logger.Log

Exibir arquivo Open project: Wox-launcher/Wox

Public Methods

Method Description
CallerType ( ) : string
Debug ( string msg ) : void
Debug ( string type, string msg ) : void
Error ( string msg ) : void
Fatal ( System e ) : void
Info ( string msg ) : void
Info ( string type, string msg ) : void
Warn ( string msg ) : void

Private Methods

Method Description
Error ( System e, string msg ) : void
Exception ( System e ) : void
Log ( ) : System.Diagnostics

Method Details

CallerType() public static method

public static CallerType ( ) : string
return string

Debug() public static method

public static Debug ( string msg ) : void
msg string
return void

Debug() public static method

public static Debug ( string type, string msg ) : void
type string
msg string
return void

Error() public static method

public static Error ( string msg ) : void
msg string
return void

Fatal() public static method

public static Fatal ( System e ) : void
e System
return void

Info() public static method

public static Info ( string msg ) : void
msg string
return void

Info() public static method

public static Info ( string type, string msg ) : void
type string
msg string
return void

Warn() public static method

public static Warn ( string msg ) : void
msg string
return void