C# Class Aegis.Logger

Datei anzeigen Open project: SyncZone/AegisFramework

Public Methods

Method Description
Debug ( int mask, string format ) : void
Debug ( string format ) : void
Err ( int mask, string format ) : void
Err ( string format ) : void
Info ( int mask, string format ) : void
Info ( string format ) : void
Warn ( int mask, string format ) : void
Warn ( string format ) : void
Write ( int mask, string format ) : void

Private Methods

Method Description
RemoveAll ( ) : void

Method Details

Debug() public static method

public static Debug ( int mask, string format ) : void
mask int
format string
return void

Debug() public static method

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

Err() public static method

public static Err ( int mask, string format ) : void
mask int
format string
return void

Err() public static method

public static Err ( string format ) : void
format string
return void

Info() public static method

public static Info ( int mask, string format ) : void
mask int
format string
return void

Info() public static method

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

Warn() public static method

public static Warn ( int mask, string format ) : void
mask int
format string
return void

Warn() public static method

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

Write() public static method

public static Write ( int mask, string format ) : void
mask int
format string
return void