C# Class Blaze.Server.Log

Show file Open project: sebastian-malek/blaze-server

Public Methods

Method Description
Data ( String message ) : void
Debug ( String message ) : void
Error ( String message ) : void
Info ( String message ) : void
Initialize ( string fileName ) : void
Warn ( String message ) : void
WriteAway ( ) : void

Private Methods

Method Description
Write ( String message, LogLevel level ) : void

Method Details

Data() public static method

public static Data ( String message ) : void
message String
return void

Debug() public static method

public static Debug ( String message ) : void
message String
return void

Error() public static method

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

Info() public static method

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

Initialize() public static method

public static Initialize ( string fileName ) : void
fileName string
return void

Warn() public static method

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

WriteAway() public static method

public static WriteAway ( ) : void
return void