C# Class Caprica.VlcSharp.Logger

Exibir arquivo Open project: caprica/vlcsharp

Public Methods

Method Description
Debug ( string msg ) : void
Debug ( string msg, Exception t ) : void
Error ( string msg ) : void
Error ( string msg, Exception t ) : void
Fatal ( string msg ) : void
Fatal ( string msg, Exception t ) : void
GetLevel ( ) : Level
Info ( string msg ) : void
Info ( string msg, Exception t ) : void
SetLevel ( Level threshold ) : void
Trace ( string msg ) : void
Trace ( string msg, Exception t ) : void
Warn ( string msg ) : void
Warn ( string msg, Exception t ) : void
format ( string msg ) : string

Private Methods

Method Description
GetLine ( ) : StackFrame
Log ( string level, string msg, Exception t ) : void
Logger ( ) : System

Method Details

Debug() public static method

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

Debug() public static method

public static Debug ( string msg, Exception t ) : void
msg string
t System.Exception
return void

Error() public static method

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

Error() public static method

public static Error ( string msg, Exception t ) : void
msg string
t System.Exception
return void

Fatal() public static method

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

Fatal() public static method

public static Fatal ( string msg, Exception t ) : void
msg string
t System.Exception
return void

GetLevel() public static method

public static GetLevel ( ) : Level
return Level

Info() public static method

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

Info() public static method

public static Info ( string msg, Exception t ) : void
msg string
t System.Exception
return void

SetLevel() public static method

public static SetLevel ( Level threshold ) : void
threshold Level
return void

Trace() public static method

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

Trace() public static method

public static Trace ( string msg, Exception t ) : void
msg string
t System.Exception
return void

Warn() public static method

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

Warn() public static method

public static Warn ( string msg, Exception t ) : void
msg string
t Exception
return void

format() public static method

public static format ( string msg ) : string
msg string
return string