C# Class ModestTree.Log

Exibir arquivo Open project: genki-tx/UnitySimpleCleanArchitecture

Public Methods

Method Description
Error ( string message ) : void
ErrorException ( Exception e ) : void
ErrorException ( string message, Exception e ) : void
Info ( string message ) : void
Trace ( string message ) : void
Warn ( string message ) : void

Private Methods

Method Description
Debug ( string message ) : void

Method Details

Error() public static method

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

ErrorException() public static method

public static ErrorException ( Exception e ) : void
e Exception
return void

ErrorException() public static method

public static ErrorException ( string message, Exception e ) : void
message string
e Exception
return void

Info() public static method

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

Trace() public static method

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

Warn() public static method

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